source: optimize/opt_config.d/O2pipe@ 240d928

ablfs-more legacy trunk
Last change on this file since 240d928 was 7072e1f, checked in by Thomas Pegg <thomasp@…>, 12 years ago

Commit Pierre Labastie's patch for including package management support in jhalfs. NOTE: Package management is by default disabled.

  • Property mode set to 100644
File size: 440 bytes
Line 
1#
2#$Id$
3# Pierre Labastie from O3pipe: 12/20/2011
4#####
5#
6# MODE O2pipe 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_O2pipe="-O2 -pipe"
15CXXFLAGS_O2pipe=$CFLAGS_O2pipe
16LDFLAGS_O2pipe="unset"
17
18OTHER_CFLAGS_O2pipe=$CFLAGS_O2pipe
19OTHER_CXXFLAGS_O2pipe=$CXXFLAGS_O2pipe
20OTHER_LDFLAGS_O2pipe=$LDFLAGS_O2pipe
Note: See TracBrowser for help on using the repository browser.