source: common/opt_config.d/defOpt@ ba2301e

experimental
Last change on this file since ba2301e was 53588e2, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Applied optimize patch from Jeremy Byron.

  • Property mode set to 100644
File size: 400 bytes
RevLine 
[53588e2]1#
2#$Id$
3#
4#####
5#
6# MODE defOpt configuration
7#
8# Usage: - Apply optimization string to each variable
9# - "unset" will cause the variable to be not set
10# instead of just set to null.
11#
12#####
13
14CFLAGS_defOpt="-O3 -pipe -s"
15CXXFLAGS_defOpt=$CFLAGS_defOpt
16LDFLAGS_defOpt="-s"
17
18OTHER_CFLAGS_defOpt=$CFLAGS_defOpt
19OTHER_CXXFLAGS_defOpt=$CXXFLAGS_defOpt
20OTHER_LDFLAGS_defOpt=$LDFLAGS_defOpt
Note: See TracBrowser for help on using the repository browser.