source: optimize/opt_config.d/noOpt@ ebe1ba6

ablfs-more legacy trunk
Last change on this file since ebe1ba6 was 9ef12f7, checked in by Pierre Labastie <pierre@…>, 4 years ago

Use a private name for MAKEFLAGS in jhalfs, so that it does not propagate
to top make, when ticking "Run the makefile"

  • Property mode set to 100644
File size: 558 bytes
Line 
1#
2#$Id$
3#
4#####
5#
6# MODE noOpt configuration
7#
8# WARNING: Do not edit this mode unless you know what you are
9# doing. By default, this is set to disable optimization
10# of packages known to have build or runtime failure.
11#
12# Usage: - Apply optimization string to each variable
13# - "unset" will cause the variable to be not set
14# instead of being just set to null.
15#
16#####
17
18CFLAGS_noOpt="unset"
19CXXFLAGS_noOpt="unset"
20LDFLAGS_noOpt="unset"
21
22OTHER_CFLAGS_noOpt="unset"
23OTHER_CXXFLAGS_noOpt="unset"
24OTHER_LDFLAGS_noOpt="unset"
Note: See TracBrowser for help on using the repository browser.