Print compilation times in debug mode

This commit is contained in:
luboslenco 2019-03-09 10:18:53 +01:00
parent 5641923ec5
commit aafddfba76

View file

@ -219,6 +219,7 @@ project.addSources('Sources');
if wrd.arm_debug_console:
assets.add_khafile_def('arm_debug')
f.write(add_shaders(sdk_path + "/armory/Shaders/debug_draw/**", rel_path=rel_path))
f.write("project.addParameter('--times');\n")
if export_ui:
if not os.path.exists('Libraries/zui'):