Changeset af0a2c7 in mainline for uspace/Makefile.common


Ignore:
Timestamp:
2014-08-29T20:37:26Z (10 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f93ba6d
Parents:
75751db6
Message:

Fix accidentally commited debugging code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile.common

    r75751db6 raf0a2c7  
    195195
    196196ifeq ($(CONFIG_OPTIMIZE_FOR_SIZE),y)
    197         OPTIMIZATION = 0
    198 else
    199         OPTIMIZATION = 0
     197        OPTIMIZATION = s
     198else
     199        OPTIMIZATION = 3
    200200endif
    201201
Note: See TracChangeset for help on using the changeset viewer.