Skip to content

Commit 275caca

Browse files
authored
Add gcc flags (#1947)
1 parent 82e409e commit 275caca

File tree

1 file changed

+1
-1
lines changed
  • src/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac

1 file changed

+1
-1
lines changed

src/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac/compile_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ case $ARCH in
88
esac
99

1010
SRC="$(dirname "$0")/.."
11-
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
11+
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

0 commit comments

Comments
 (0)