Skip to content
This repository was archived by the owner on May 18, 2024. It is now read-only.

Commit c659eda

Browse files
turn off shared libraries for now
1 parent a350b69 commit c659eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure-gcc-hardened.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ set -e
1212
# a bad cast, etc also this conflicts with GCC checks.
1313
#
1414
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"
15-
./configure --with-pic
15+
./configure --with-pic --disable-shared --enable-static
1616
make clean

0 commit comments

Comments
 (0)