mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Add gcc flags (#1947)
This commit is contained in:
parent
82e409e883
commit
275caca690
1 changed files with 1 additions and 1 deletions
|
|
@ -8,4 +8,4 @@ case $ARCH in
|
|||
esac
|
||||
|
||||
SRC="$(dirname "$0")/.."
|
||||
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
|
||||
g++ -std=c++11 -shared -fPIC -O2 -D_FORTIFY_SOURCE=2 -nostartfiles -fstack-protector-strong $SRC/linux_and_mac/attach.cpp -o $SRC/attach_linux_$SUFFIX.so
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue