Jelajahi Sumber

Disable stack protector

Jeremy Soller 7 tahun lalu
induk
melakukan
18c6701841
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      tests/Makefile

+ 1 - 0
tests/Makefile

@@ -16,6 +16,7 @@ run: $(BINS)
 
 %: %.c
 	gcc \
+		-fno-stack-protector \
 		-nostdinc \
 		-nostdlib \
 		-I ../include \