move heapverify CATCH_ERRORS change to build.bqn
This commit is contained in:
parent
74f3b5a012
commit
fd317ddce3
@ -330,7 +330,7 @@ po ← { # parsed options
|
|||||||
args∾↩ ( o3) / ⟨"-O3"⟩
|
args∾↩ ( o3) / ⟨"-O3"⟩
|
||||||
args∾↩ ( debug) / ⟨"-DDEBUG"⟩
|
args∾↩ ( debug) / ⟨"-DDEBUG"⟩
|
||||||
args∾↩ ( rtverify) / ⟨"-DRT_VERIFY"⟩
|
args∾↩ ( rtverify) / ⟨"-DRT_VERIFY"⟩
|
||||||
args∾↩ ( heapverify) / ⟨"-DHEAP_VERIFY"⟩
|
args∾↩ ( heapverify) / ⟨"-DHEAP_VERIFY", "-DCATCH_ERRORS=0"⟩
|
||||||
args∾↩ ( exportSymbols) / ⟨"-DCBQN_EXPORT"⟩
|
args∾↩ ( exportSymbols) / ⟨"-DCBQN_EXPORT"⟩
|
||||||
args∾↩ ( ¬pie) / ⟨"-fno-pie"⟩
|
args∾↩ ( ¬pie) / ⟨"-fno-pie"⟩
|
||||||
args∾↩ (pie ∧ ¬sharedLib) / ⟨"-fPIE"⟩
|
args∾↩ (pie ∧ ¬sharedLib) / ⟨"-fPIE"⟩
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user