Commit 029986c8 by Karl Schimpf

Fix Makefile for toolchain_build_pnacl.py.

BUG=None R=stichnot@chromium.org Review URL: https://codereview.chromium.org/923183002
parent 9f76aec7
......@@ -15,5 +15,6 @@ include $(LEVEL)/Makefile.common
CXX.Flags += -std=c++11
CPP.Defines += -DALLOW_DUMP=1 -DALLOW_LLVM_CL=1 -DALLOW_LLVM_IR=1 \
-DALLOW_LLVM_IR_AS_INPUT=1 -DALLOW_DISABLE_IR_GEN=1
-DALLOW_LLVM_IR_AS_INPUT=1 -DALLOW_DISABLE_IR_GEN=1 \
-DALLOW_MINIMAL_BUILD=0
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment