aboutsummaryrefslogtreecommitdiff
path: root/build.bat
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2018-01-20 16:16:59 +0000
committergingerBill <bill@gingerbill.org>2018-01-20 16:16:59 +0000
commit8b288a207254112a3b42ecbef46cecef9f28e811 (patch)
tree726fa799edeea0b6ed9f7ae255335d6c46ddd7ba /build.bat
parent4e90644527adc531134d74d5a5eb1d5cafb6bc95 (diff)
Reimplement opt stage
Diffstat (limited to 'build.bat')
-rw-r--r--build.bat4
1 files changed, 1 insertions, 3 deletions
diff --git a/build.bat b/build.bat
index 1d0503868..1a51f153b 100644
--- a/build.bat
+++ b/build.bat
@@ -41,12 +41,10 @@ set linker_settings=%libs% %linker_flags%
del *.pdb > NUL 2> NUL
del *.ilk > NUL 2> NUL
-rem odin run examples/node-lang/node-lang.odin && goto end_of_build
-
cl %compiler_settings% "src\main.cpp" ^
/link %linker_settings% -OUT:%exe_name% ^
- && odin build examples/demo.odin -show-timings
+ && odin run examples/demo.odin
rem && odin docs core/fmt.odin
del *.obj > NUL 2> NUL