Changeset 2f9a8e8 in mainline for uspace/Makefile.common
- Timestamp:
- 2015-06-12T10:03:28Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 94fad353, ee1c2d9
- Parents:
- 496232e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile.common
r496232e r2f9a8e8 203 203 204 204 ifeq ($(CONFIG_OPTIMIZE_FOR_SIZE),y) 205 OPTIMIZATION = 0206 else 207 OPTIMIZATION = 0205 OPTIMIZATION = s 206 else 207 OPTIMIZATION = 3 208 208 endif 209 209
Note:
See TracChangeset
for help on using the changeset viewer.