Skip to content

Commit ad98069

Browse files
committed
temporary enable cache config by default for CI
1 parent b397650 commit ad98069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/options.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ const
514514
optHints, optStackTrace, optLineTrace, # consider adding `optStackTraceMsgs`
515515
optTrMacros, optStyleCheck, optCursorInference}
516516
DefaultGlobalOptions* = {optThreadAnalysis, optExcessiveStackTrace,
517-
optJsBigInt64}
517+
optJsBigInt64, optCacheConfig}
518518

519519
proc getSrcTimestamp(): DateTime =
520520
try:

0 commit comments

Comments
 (0)