source: optimize/opt_config.d/defOpt_fPIC@ eca59ce

experimental
Last change on this file since eca59ce was eca59ce, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Textual corrections.

  • Property mode set to 100644
File size: 551 bytes
Line 
1#
2#$Id$
3#
4#####
5#
6# MODE defOpt_fPIC 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
14# Inherit optimizations from defOpt
15source optimize/opt_config.d/defOpt
16
17CFLAGS_defOpt_fPIC=$CFLAGS_defOpt" -fPIC"
18CXXFLAGS_defOpt_fPIC=$CFLAGS_defOpt" -fPIC"
19LDFLAGS_defOpt_fPIC=$LDFLAGS_defOpt
20
21OTHER_CFLAGS_defOpt_fPIC=$CFLAGS_defOpt" -fPIC"
22OTHER_CXXFLAGS_defOpt_fPIC=$CXXFLAGS_defOpt" -fPIC"
23OTHER_LDFLAGS_defOpt_fPIC=$LDFLAGS_defOpt
Note: See TracBrowser for help on using the repository browser.