Chromium Code Reviews| Index: Makefile |
| diff --git a/Makefile b/Makefile |
| index 12ffff7d219a150a7589105d8a8e7f3e0eccadda..b8934e46632ce5baa8af47464a4c5f13d270cbaa 100644 |
| --- a/Makefile |
| +++ b/Makefile |
| @@ -11,3 +11,9 @@ LEVEL := $(SUBZERO_LEVEL)/../.. |
| # Include LLVM common makefile. |
| include $(LEVEL)/Makefile.common |
| + |
| +CXX.Flags += -std=c++11 -Wextra -Werror -Wno-error=unused-parameter |
| + |
| +CPP.Defines += -DALLOW_TEXT_ASM=1 -DALLOW_DUMP=1 -DALLOW_LLVM_CL=1 \ |
| + -DALLOW_LLVM_IR=1 -DALLOW_LLVM_IR_AS_INPUT=1 |
| + |