Opened 10 years ago
Closed 10 years ago
#2478 closed task (fixed)
ACE should be built with explicit bitness/optimization settings from build_oem.sh
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | low | Milestone: | 3.0 |
Component: | Build System | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
Right now build_oem.sh builds ACE with the same default settings regardless of bitness and/or debug/release mode.
ACE's makefile supports passing in
- buildbits=32|64
- debug=1|0
- optimize=1|0
We should control these values from within build_oem.sh
Note:
See TracTickets
for help on using tickets.
Fixed r8326