commit | 029986c80c97f9da7642e71e7c87fac86d7c5000 | [log] [tgz] |
---|---|---|
author | Karl Schimpf <kschimpf@google.com> | Fri Feb 13 11:53:36 2015 -0800 |
committer | Karl Schimpf <kschimpf@google.com> | Fri Feb 13 11:53:36 2015 -0800 |
tree | 93a45bf6086bc4edc966ea128e48c0b5546a7f01 | |
parent | 9f76aec798faf3adfabd7d136ac048a834f5a6b5 [diff] |
Fix Makefile for toolchain_build_pnacl.py. BUG=None R=stichnot@chromium.org Review URL: https://codereview.chromium.org/923183002
diff --git a/Makefile b/Makefile index 49161dd..2e92992 100644 --- a/Makefile +++ b/Makefile
@@ -15,5 +15,6 @@ 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