Update flags (#1889)

This commit is contained in:
Rich Chiodo 2025-04-10 11:38:49 -07:00 committed by GitHub
parent 644349da3e
commit 8b5b84aec3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,4 +8,4 @@ case $ARCH in
esac
SRC="$(dirname "$0")/.."
g++ -std=c++11 -shared -fPIC -D_FORTIFY_SOURCE=2 -nostartfiles $SRC/linux_and_mac/attach.cpp -o $SRC/attach_linux_$SUFFIX.so
g++ -std=c++11 -shared -fPIC -O2 -D_FORTIFY_SOURCE=2 -nostartfiles --stack-protector-strong $SRC/linux_and_mac/attach.cpp -o $SRC/attach_linux_$SUFFIX.so