mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 03:50:57 +01:00
added -O2
This commit is contained in:
@@ -282,7 +282,7 @@ if test -n "$bigendian"; then
|
||||
CFLAGS="$CFLAGS -D__CPU_IS_BIG_ENDIAN=1"
|
||||
fi
|
||||
|
||||
CFLAGS="$CFLAGS -Werror -Wextra"
|
||||
CFLAGS="$CFLAGS -Werror -Wextra -O2"
|
||||
CXXFLAGS="$CFLAGS"
|
||||
|
||||
AC_SUBST(PACKAGE_VERSION)
|
||||
|
||||
Reference in New Issue
Block a user