mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-24 07:35:04 +00:00
Nowadays a release build has assertions off.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113747 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
51a645520a
commit
8a6e53e116
@ -174,13 +174,13 @@ function configure_llvmCore() {
|
||||
|
||||
case $Flavor in
|
||||
Release | Release-64 )
|
||||
Optimized="yes"
|
||||
Assertions="yes"
|
||||
;;
|
||||
Release-Asserts )
|
||||
Optimized="yes"
|
||||
Assertions="no"
|
||||
;;
|
||||
Release+Asserts )
|
||||
Optimized="yes"
|
||||
Assertions="yes"
|
||||
;;
|
||||
Debug )
|
||||
Optimized="no"
|
||||
Assertions="yes"
|
||||
|
Loading…
x
Reference in New Issue
Block a user