Skip to content

Commit 622c708

Browse files
remove pedantic for now
1 parent ee0eb4a commit 622c708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure-gcc-hardened.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ set -e
1111
# typed, it's good to have a default: assert(0) in case someone does
1212
# a bad cast, etc also this conflicts with GCC checks.
1313
#
14-
export CFLAGS="-g -O3 -pie -fPIE -fPIC -fstack-protector --param ssp-buffer-size=4 -Wall -Wextra -Wformat -Wformat-security -Werror -Wcast-align -Wshadow -Wpointer-arith -Wcast-qual -Wstack-protector -D_FORTIFY_SOURCE=2 -ansi -pedantic"
14+
export CFLAGS="-g -O3 -pie -fPIE -fPIC -fstack-protector --param ssp-buffer-size=4 -Wall -Wextra -Wformat -Wformat-security -Werror -Wcast-align -Wshadow -Wpointer-arith -Wcast-qual -Wstack-protector -D_FORTIFY_SOURCE=2 -ansi"
1515
./configure --with-pic
1616
make clean

0 commit comments

Comments
 (0)