Changeset 2c52073 in mainline for uspace/Makefile.common


Ignore:
Timestamp:
2017-10-03T16:04:22Z (7 years ago)
Author:
jzr <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b4a9f5d
Parents:
68f4671
Message:

Remove CONFIG_OPTIMIZE_FOR_SIZE and instead directly set OPTIMIZATION as multiple-choice.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile.common

    r68f4671 r2c52073  
    203203endif
    204204
    205 ifeq ($(CONFIG_OPTIMIZE_FOR_SIZE),y)
    206         OPTIMIZATION = s
    207 else
    208         OPTIMIZATION = 3
    209 endif
    210 
    211205# PCUT-based unit tests
    212206ifneq ($(TEST_SOURCES),)
Note: See TracChangeset for help on using the changeset viewer.