Changeset af0a2c7 in mainline for uspace/Makefile.common
- Timestamp:
- 2014-08-29T20:37:26Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f93ba6d
- Parents:
- 75751db6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile.common
r75751db6 raf0a2c7 195 195 196 196 ifeq ($(CONFIG_OPTIMIZE_FOR_SIZE),y) 197 OPTIMIZATION = 0198 else 199 OPTIMIZATION = 0197 OPTIMIZATION = s 198 else 199 OPTIMIZATION = 3 200 200 endif 201 201
Note:
See TracChangeset
for help on using the changeset viewer.