commit | e3c02c26d2323acf08521244b9b45883fb3b270a | [log] [tgz] |
---|---|---|
author | Jim Stichnoth <stichnot@chromium.org> | Fri Dec 05 14:16:07 2014 -0800 |
committer | Jim Stichnoth <stichnot@chromium.org> | Fri Dec 05 14:16:07 2014 -0800 |
tree | 8a06aaa3b01869f6406332c359b74ba9f175586a | |
parent | dddaf9cae5107a60becbe69628d774815e9305e7 [diff] |
Subzero: Disable asserts in the MINIMAL build. BUG= none R=kschimpf@google.com Review URL: https://codereview.chromium.org/785583002
diff --git a/Makefile.standalone b/Makefile.standalone index 787e138..6e8edf7 100644 --- a/Makefile.standalone +++ b/Makefile.standalone
@@ -49,6 +49,7 @@ CXX_DEFINES = ifdef MINIMAL + NOASSERT = 1 OBJDIR := $(OBJDIR)+Min CXX_DEFINES += -DALLOW_DUMP=0 -DALLOW_LLVM_CL=0 -DALLOW_LLVM_IR=0 \ -DALLOW_LLVM_IR_AS_INPUT=0 -DALLOW_DISABLE_IR_GEN=0