diff --git a/tests/Makefile b/tests/Makefile index 8d98779817..cb605f4eac 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -16,6 +16,7 @@ run: $(BINS) %: %.c gcc \ + -fno-stack-protector \ -nostdinc \ -nostdlib \ -I ../include \