Skip to content

Commit

Permalink
Enabled NimScript support by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Nimaoth committed Jul 6, 2024
1 parent f546868 commit 84802bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.nims
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ switch("d", "release")

switch("d", "enableGui=true")
switch("d", "enableTerminal=true")
# switch("d", "enableNimscript=true")
switch("d", "enableNimscript=true")
# switch("d", "enableAst=true")


Expand All @@ -54,7 +54,7 @@ when defined(musl):
echo "Build static binary with musl " & muslGcc
switch("gcc.exe", muslGcc)
switch("gcc.linkerexe", muslGcc)
switch("passL", "-static" )
switch("passL", "-static")

# Disable system clipboard because it doesn't build with musl right now
switch("d", "enableSystemClipboard=false")
Expand Down

0 comments on commit 84802bd

Please sign in to comment.