Changeset 0ca90be for configure.in
- Timestamp:
- 11/10/09 00:34:57 (11 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 85ddf50
- Parents:
- fabd05a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.in
r44c9ba9 r0ca90be 52 52 53 53 if test "$GCC" = "yes"; then 54 CFLAGS="$CFLAGS -Wall -Wextra -Wmissing-prototypes -O2 -DLT_BUILDING_DLL=1 -fvisibility=hidden" 54 CFLAGS="$CFLAGS -Wall -Wextra -Wmissing-prototypes -O2" 55 # We assume that gcc knows about -fvisibility and friends, as I can't see 56 # a good easy way of testing for it here. 57 CFLAGS="$CFLAGS -DLT_BUILDING_DLL=1" 58 CFLAGS="$CFLAGS -fvisibility=hidden -fvisibility-inlines-hidden" 55 59 fi 56 60
Note: See TracChangeset
for help on using the changeset viewer.