Browse Source

Revert "[tools/link-orger]Sort objects before generate building target to get same link-order/map files/BIN files from the same source files."

This reverts commit 0cb62113729b1dde7d1898b759f435f8173b7b40.
Man, Jianting (Meco) 2 years ago
parent
commit
ffe1c57240
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tools/building.py

+ 0 - 1
tools/building.py

@@ -778,7 +778,6 @@ def DoBuilding(target, objects):
         for group in Projects:
             local_group(group, objects)
 
-        objects = sorted(objects)
         program = Env.Program(target, objects)
 
     EndBuilding(target, program)