Browse Source

Disable stack protector

Jeremy Soller 7 năm trước cách đây
mục cha
commit
18c6701841
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      tests/Makefile

+ 1 - 0
tests/Makefile

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