Changeset 2f9a8e8 in mainline for uspace/Makefile.common


Ignore:
Timestamp:
2015-06-12T10:03:28Z (9 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
94fad353, ee1c2d9
Parents:
496232e
Message:

Fix SPARC build regression by removing an accidentally committed change.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile.common

    r496232e r2f9a8e8  
    203203
    204204ifeq ($(CONFIG_OPTIMIZE_FOR_SIZE),y)
    205         OPTIMIZATION = 0
    206 else
    207         OPTIMIZATION = 0
     205        OPTIMIZATION = s
     206else
     207        OPTIMIZATION = 3
    208208endif
    209209
Note: See TracChangeset for help on using the changeset viewer.