mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-13 17:38:39 +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
|
case $Flavor in
|
||||||
Release | Release-64 )
|
Release | Release-64 )
|
||||||
Optimized="yes"
|
|
||||||
Assertions="yes"
|
|
||||||
;;
|
|
||||||
Release-Asserts )
|
|
||||||
Optimized="yes"
|
Optimized="yes"
|
||||||
Assertions="no"
|
Assertions="no"
|
||||||
;;
|
;;
|
||||||
|
Release+Asserts )
|
||||||
|
Optimized="yes"
|
||||||
|
Assertions="yes"
|
||||||
|
;;
|
||||||
Debug )
|
Debug )
|
||||||
Optimized="no"
|
Optimized="no"
|
||||||
Assertions="yes"
|
Assertions="yes"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user