Remove timing for llvm-opt

This commit is contained in:
gingerBill
2018-01-20 16:15:05 +00:00
parent 6651b65373
commit 4e90644527
3 changed files with 11 additions and 4 deletions
+4 -1
View File
@@ -41,9 +41,12 @@ 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 run examples/demo.odin -opt=0
&& odin build examples/demo.odin -show-timings
rem && odin docs core/fmt.odin
del *.obj > NUL 2> NUL