projects
/
onyx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2b9187
)
disable annoying warning
author
Brendan Hansen
<brendan.f.hansen@gmail.com>
Fri, 29 Oct 2021 04:19:34 +0000
(23:19 -0500)
committer
Brendan Hansen
<brendan.f.hansen@gmail.com>
Fri, 29 Oct 2021 04:19:34 +0000
(23:19 -0500)
build.bat
patch
|
blob
|
history
diff --git
a/build.bat
b/build.bat
index 2b7dcebdeb5092e2af69670d408c153591b4dfce..e39e8faedb94cd5473fb7500b69735411eb9cf99 100644
(file)
--- a/
build.bat
+++ b/
build.bat
@@
-21,6
+21,6
@@
if "%ONYX_ENABLE_RUN_WITH_WASMER%" == "1" (
del *.pdb > NUL 2> NUL
del *.ilk > NUL 2> NUL
-cl.exe %FLAGS% /Iinclude /std:c17 /T
c %SOURCE_FILES% /link
%LINK_OPTIONS% /DEBUG /OUT:onyx.exe /incremental:no /opt:ref /subsystem:console
+cl.exe %FLAGS% /Iinclude /std:c17 /T
C %SOURCE_FILES% /link /IGNORE:4217
%LINK_OPTIONS% /DEBUG /OUT:onyx.exe /incremental:no /opt:ref /subsystem:console
del *.obj > NUL 2> NUL