diff options
Diffstat (limited to 'build_win.bat')
| -rw-r--r-- | build_win.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_win.bat b/build_win.bat index e618dd1b..e1013c01 100644 --- a/build_win.bat +++ b/build_win.bat @@ -19,7 +19,7 @@ @rem Set compile and link options here @setlocal -@set JANET_COMPILE=cl /nologo /Isrc\include /Isrc\conf /c /O2 /W3 /D_CRT_SECURE_NO_WARNINGS +@set JANET_COMPILE=cl /nologo /Isrc\include /Isrc\conf /c /O2 /W3 /D_CRT_SECURE_NO_WARNINGS /MD @set JANET_LINK=link /nologo @set JANET_LINK_STATIC=lib /nologo |
