This commit is contained in:
parent
0a955f03ac
commit
83bb9f667b
|
@ -63,8 +63,8 @@ else:
|
|||
# ("-fno-asynchronous-unwind-tables" breaks Nim's exception raising, sometimes)
|
||||
switch("passC", "-mno-avx512vl")
|
||||
|
||||
when getEnv("CODEX_USE_ORC", "") in ["true", "1"]:
|
||||
echo "Using ORC"
|
||||
if getEnv("CODEX_USE_ORC", "") in ["true", "1"]:
|
||||
echo "==== Building using ORC ===="
|
||||
--mm:orc
|
||||
--deepcopy:on
|
||||
|
||||
|
|
Loading…
Reference in New Issue