Sfoglia il codice sorgente

Disable stack protector

Jeremy Soller 7 anni fa
parent
commit
18c6701841
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      tests/Makefile

+ 1 - 0
tests/Makefile

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