diff options
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |