We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4721cb commit 54de36eCopy full SHA for 54de36e
group3/Makefile
@@ -1,5 +1,7 @@
1
CFLAGS += -x
2
CFLAGS += assembler-with-cpp
3
+CFLAGS += -z
4
+CFLAGS += noexecstack
5
6
default:
7
$(CC) $(CFLAGS) group3.s -g -o group3 -e main
0 commit comments