1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Don't turn assertions on by default.

llvm-svn: 97623
This commit is contained in:
Bill Wendling 2010-03-03 01:13:55 +00:00
parent 4e3c0e66f7
commit 959aa1373b

View File

@ -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.