mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-09 16:45:03 +00:00
Don't turn assertions on by default.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97623 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bc9d22c99a
commit
fbe8eab37e
@ -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