mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-29 16:12:44 +00:00
Don't turn assertions on by default.
llvm-svn: 97623
This commit is contained in:
parent
4e3c0e66f7
commit
959aa1373b
@ -36,7 +36,7 @@ PREFIX = /usr/local
|
||||
|
||||
# Unless assertions are forced on in the GMAKE command line, enable them.
|
||||
ifndef ENABLE_ASSERTIONS
|
||||
ENABLE_ASSERTIONS := yes
|
||||
ENABLE_ASSERTIONS := no
|
||||
endif
|
||||
|
||||
# Default is optimized build.
|
||||
|
Loading…
x
Reference in New Issue
Block a user