diff options
author | bptato <nincsnevem662@gmail.com> | 2024-05-30 17:36:53 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-05-30 17:40:21 +0200 |
commit | 29cf3549a62878cc1315da5cf3e93891173e2d4d (patch) | |
tree | 3b74bd8fb5643d3cf09053546192fec94cdc987c /nim.cfg | |
parent | b4cbdb8e1eb8af2a55d6a5b22316d59c87612578 (diff) | |
download | chawan-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.cfg | 2 |
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 |