diff options
-rw-r--r-- | test/CBackend/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CBackend/Makefile b/test/CBackend/Makefile index 06e1bdeb6b..e549e6e5fa 100644 --- a/test/CBackend/Makefile +++ b/test/CBackend/Makefile @@ -15,7 +15,7 @@ all:: $(addprefix Output/, $(TESTS:%.ll=%.to)) Output/%.to: Output/%.c - $(CC) -c $< -o $@ || \ + $(CC) -c -Werror $< -o $@ || \ (rm -f $@; $(FAILURE) $@ ) Output/%.c: %.ll Output/.dir $(LAS) $(LDIS) |