Skip to content

Commit

Permalink
fix temp config
Browse files Browse the repository at this point in the history
  • Loading branch information
metagn committed Jul 22, 2024
1 parent e2aa20c commit 2b2522f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions compiler/condsyms.nim
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,4 @@ proc initDefines*(symbols: StringTableRef) =

defineSymbol("nimHasVtables")
defineSymbol("nimHasJsNoLambdaLifting")
defineSymbol("nimHasGenericsOpenSymTemp")
4 changes: 3 additions & 1 deletion config/nim.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
# Environment variables can be accessed like so:
# gcc.path %= "$CC_PATH"

--experimental:genericsOpenSym # temp
@if nimHasGenericsOpenSymTemp
--experimental:genericsOpenSym # temp
@end

cc = gcc

Expand Down

0 comments on commit 2b2522f

Please sign in to comment.