Reimplement opt stage

This commit is contained in:
gingerBill
2018-01-20 16:16:59 +00:00
parent 4e90644527
commit 8b288a2072
3 changed files with 34 additions and 40 deletions
+1 -3
View File
@@ -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