Changeset 2c52073 in mainline for HelenOS.config


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
  • HelenOS.config

    r68f4671 r2c52073  
    621621! CONFIG_STRIP_BINARIES (n/y)
    622622
    623 % Optimize for size
    624 ! CONFIG_OPTIMIZE_FOR_SIZE (n/y)
     623% Optimization level
     624@ "3" Level 3 (recommended).
     625@ "2" Level 2.
     626@ "1" Level 1.
     627@ "0" Disable optimizations.
     628@ "s" Optimize for size.
     629@ "g" Enable only optimizations that don't harm debugging.
     630@ "fast" Level 3 + aggressive optimizations that can affect adherence to standards.
     631! OPTIMIZATION (choice)
    625632
    626633% Barebone build with essential binaries only
Note: See TracChangeset for help on using the changeset viewer.