diff --git a/configure.ac b/configure.ac index c43764e8..622bf08a 100644 --- a/configure.ac +++ b/configure.ac @@ -31,23 +31,6 @@ case $host_os in # ;; esac -#if test "$CFLAGS" = ""; then -# if test "$GCC" = "yes"; then -# CFLAGS="-g -std=gnu99 -pedantic -fPIC\ -# -Wall -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes\ -# -Wwrite-strings -Wformat=2 -Wformat -Wformat-security\ -# -Wsign-compare -Wextra -D_FORTIFY_SOURCE=2\ -# -Wcast-align -O2" -# fi -#else -# CFLAGS="$CFLAGS -fPIC" -#fi -#if test "$LDFLAGS" = ""; then -# if test "$GCC" = "yes"; then -## LDFLAGS="-fPIE -pie -Wl,-z,relro,--as-needed" -# LDFLAGS="-fPIE -pie -Wl,--as-needed -ffunction-sections" -# fi -#fi # Append EXTRA_CFLAGS to CFLAGS, if defined. if test "$EXTRA_CFLAGS" != ""; then CFLAGS="$CFLAGS $EXTRA_CFLAGS"