Changeset 6881
- Timestamp:
- Oct 10, 2008, 3:56:55 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r6874 r6881 54 54 AC_PROG_CXX 55 55 if test "x$GCC" = "xyes" ; then 56 CFLAGS="-g -Wall -W -Wmissing-prototypes -Wdeclaration-after-statement -O3 -funroll-loops"57 CXXFLAGS="-g -Wall -W -O3 -funroll-loops"56 CFLAGS="-g -Wall -Wformat-security -W -Wmissing-prototypes -Wdeclaration-after-statement -O3 -funroll-loops" 57 CXXFLAGS="-g -Wall -Wformat-security -W -O3 -funroll-loops" 58 58 fi 59 59
Note: See TracChangeset
for help on using the changeset viewer.