浏览代码

Remove -keep-temp-files from the build.bat

gingerBill 6 年之前
父节点
当前提交
dd9113786c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build.bat

+ 1 - 1
build.bat

@@ -42,7 +42,7 @@ del *.ilk > NUL 2> NUL
 
 cl %compiler_settings% "src\main.cpp" ^
 	/link %linker_settings% -OUT:%exe_name% ^
-	&& odin run examples/demo/demo.odin -keep-temp-files
+	&& odin run examples/demo/demo.odin
 
 del *.obj > NUL 2> NUL