Explorar o código

Disable stack protector

Jeremy Soller %!s(int64=7) %!d(string=hai) anos
pai
achega
18c6701841
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      tests/Makefile

+ 1 - 0
tests/Makefile

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