Skip to content

Commit

Permalink
enable select preview flags after a certain version
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour committed Aug 25, 2021
1 parent c22e619 commit b080f00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/config.nims
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ when (NimMajor, NimMinor) >= (1, 7):
# These flags be overridden using user/project/cmdline flags using `switch("undef", "nimPreviewX")`
# other `nimPreview` switches can go here, as needed.
switch("define", "nimPreviewFloatRoundtrip")
switch("define", "nimPreviewDotLikeOps")

0 comments on commit b080f00

Please sign in to comment.