Przeglądaj źródła

Disable stack protector

Jeremy Soller 7 lat temu
rodzic
commit
18c6701841
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      tests/Makefile

+ 1 - 0
tests/Makefile

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