Changes in HelenOS.config [4872160:cf84f1bf] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • HelenOS.config

    r4872160 rcf84f1bf  
    362362! CONFIG_TEST (y/n)
    363363
     364% Use link-time optimization
     365! [COMPILER=gcc_cross|COMPILER=gcc_native] CONFIG_LTO (n/y)
     366
    364367
    365368## Hardware support
     
    521524% Bundle netif/nil network layer
    522525! CONFIG_NETIF_NIL_BUNDLE (n/y)
     526
     527% Strip binaries
     528! CONFIG_STRIP_BINARIES (n/y)
     529
     530% Optimize for size
     531! CONFIG_OPTIMIZE_FOR_SIZE (n/y)
     532
     533% Barebone build with essential binaries only
     534! CONFIG_BAREBONE (n/y)
     535
Note: See TracChangeset for help on using the changeset viewer.