aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b224ff2..a385e41 100644
--- a/Makefile
+++ b/Makefile
@@ -119,6 +119,7 @@ src/pakku: src/main.nim $(shell find src -name \*.nim)
@echo "NIM: $@"
@nim c ${NIM_OPTIONS} \
--nimcache:"${NIM_CACHE_DIR}/main" \
+ -d:nimWorkaround14447 \
-o:"$@" "$<"
clean: