Index: Makefile |
diff --git a/Makefile b/Makefile |
index 12ffff7d219a150a7589105d8a8e7f3e0eccadda..a03d43ba9e09531ed704a8c5a4fefb4af8f6f366 100644 |
--- a/Makefile |
+++ b/Makefile |
@@ -11,3 +11,8 @@ LEVEL := $(SUBZERO_LEVEL)/../.. |
# Include LLVM common makefile. |
include $(LEVEL)/Makefile.common |
+ |
+CXX.Flags += -std=c++11 -Wextra -Werror |
Jim Stichnoth
2014/10/27 21:33:09
We shouldn't need -std=c++11 after the LLVM 3.5 me
Karl
2014/10/27 21:42:28
Done.
|
+CPP.Defines += -DALLOW_TEXT_ASM=1 -DALLOW_DUMP=1 -DALLOW_LLVM_CL=1 \ |
+ -DALLOW_LLVM_IR=1 -DALLOW_LLVM_IR_AS_INPUT=1 |
+ |