Skip to content

Commit 54de36e

Browse files
committed
noexecstack
1 parent f4721cb commit 54de36e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

group3/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
CFLAGS += -x
22
CFLAGS += assembler-with-cpp
3+
CFLAGS += -z
4+
CFLAGS += noexecstack
35

46
default:
57
$(CC) $(CFLAGS) group3.s -g -o group3 -e main

0 commit comments

Comments
 (0)