| commit | 8d25208fcafc669dc2ed97ad67dda16987c31a07 | [log] [tgz] |
|---|---|---|
| author | Greg Hartman <ghartman@google.com> | Mon May 18 00:42:50 2015 -0700 |
| committer | Greg Hartman <ghartman@google.com> | Mon May 18 21:28:08 2015 +0000 |
| tree | 00128f31e04a7e7ed24b89b25fa56c46e9f60ed4 | |
| parent | dcf1d85823480be477eed2a9362f7c5c3e9c2a5b [diff] [blame] |
Turn off tracing on the release build Change-Id: I5e850a2c874a4273d5b85897379f3e16ba00b276 Reviewed-on: https://swiftshader-review.googlesource.com/3160 Reviewed-by: Nicolas Capens <capn@google.com> Tested-by: Greg Hartman <ghartman@google.com>
diff --git a/src/LLVM/Android.mk b/src/LLVM/Android.mk index 45b99bc..28b17c3 100644 --- a/src/LLVM/Android.mk +++ b/src/LLVM/Android.mk
@@ -403,7 +403,7 @@ # Android's make system also uses NDEBUG, so we need to set/unset it forcefully # Uncomment for debug ON: -LOCAL_CFLAGS += -UNDEBUG -g -O0 +# LOCAL_CFLAGS += -UNDEBUG -g -O0 LOCAL_C_INCLUDES += \ $(LOCAL_PATH)/include-android \