about summary refs log tree commit diff stats
path: root/nim.cfg
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2024-05-30 17:36:53 +0200
committerbptato <nincsnevem662@gmail.com>2024-05-30 17:40:21 +0200
commit29cf3549a62878cc1315da5cf3e93891173e2d4d (patch)
tree3b74bd8fb5643d3cf09053546192fec94cdc987c /nim.cfg
parentb4cbdb8e1eb8af2a55d6a5b22316d59c87612578 (diff)
downloadchawan-29cf3549a62878cc1315da5cf3e93891173e2d4d.tar.gz
Fix GCC 14 compilation
TODO: find the exact flags we need instead of -fpermissive.

See also:
https://todo.sr.ht/~bptato/chawan/12
https://forum.nim-lang.org/t/11587
Diffstat (limited to 'nim.cfg')
-rw-r--r--nim.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/nim.cfg b/nim.cfg
index 736646a8..5e252ec2 100644
--- a/nim.cfg
+++ b/nim.cfg
@@ -6,7 +6,7 @@
 --experimental:"overloadableEnums"
 --mm:refc
 --include:"utils/myaddr"
---import:"utils/eprint"
+#--import:"utils/eprint"
 --styleCheck:usages
 --styleCheck:hint
 --threads:off