mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-25 18:55:48 +00:00
Spell DISABLE_ASSERTIONS correctly.
llvm-svn: 58413
This commit is contained in:
parent
def9076430
commit
97acad13de
@ -144,7 +144,7 @@ while (scalar(@ARGV) and ($_ = $ARGV[0], /^[-+]/)) {
|
||||
if (/^-release$/) { $MAKEOPTS = "$MAKEOPTS ENABLE_OPTIMIZED=1 ".
|
||||
"OPTIMIZE_OPTION=-O2"; $BUILDTYPE="release"; next;}
|
||||
if (/^-release-asserts$/){ $MAKEOPTS = "$MAKEOPTS ENABLE_OPTIMIZED=1 ".
|
||||
"DISABLE-ASSERTIONS=1 ".
|
||||
"DISABLE_ASSERTIONS=1 ".
|
||||
"OPTIMIZE_OPTION=-O2";
|
||||
$BUILDTYPE="release-asserts"; next;}
|
||||
if (/^-enable-llcbeta$/) { $PROGTESTOPTS .= " ENABLE_LLCBETA=1"; next; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user