diff options
| author | gingerBill <bill@gingerbill.org> | 2018-01-20 16:16:59 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2018-01-20 16:16:59 +0000 |
| commit | 8b288a207254112a3b42ecbef46cecef9f28e811 (patch) | |
| tree | 726fa799edeea0b6ed9f7ae255335d6c46ddd7ba /build.bat | |
| parent | 4e90644527adc531134d74d5a5eb1d5cafb6bc95 (diff) | |
Reimplement opt stage
Diffstat (limited to 'build.bat')
| -rw-r--r-- | build.bat | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |