Index: Makefile |
diff --git a/Makefile b/Makefile |
index b8934e46632ce5baa8af47464a4c5f13d270cbaa..fc03ae21b71a5e2f8385927f96bd5a0e2d07fe8b 100644 |
--- a/Makefile |
+++ b/Makefile |
@@ -12,7 +12,7 @@ LEVEL := $(SUBZERO_LEVEL)/../.. |
# Include LLVM common makefile. |
include $(LEVEL)/Makefile.common |
-CXX.Flags += -std=c++11 -Wextra -Werror -Wno-error=unused-parameter |
+CXX.Flags += -std=c++11 -Wextra -Wno-error=unused-parameter |
Jim Stichnoth
2014/10/30 18:20:34
Maybe you should remove all the -W flags? E.g., i
Karl
2014/10/30 19:30:57
Removed -W flags, and yes, after the merge, remove
|
CPP.Defines += -DALLOW_TEXT_ASM=1 -DALLOW_DUMP=1 -DALLOW_LLVM_CL=1 \ |
-DALLOW_LLVM_IR=1 -DALLOW_LLVM_IR_AS_INPUT=1 |