mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-02-19 16:24:32 +00:00
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…
x
Reference in New Issue
Block a user