profiling disabled

This commit is contained in:
2023-04-01 18:08:51 +06:00
parent 42339b739b
commit c85ac6e93e
3 changed files with 7 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ all: build_exec_dbg
rebuild_all: rebuild_kerep rebuild_imgui rebuild_imgui_node_editor embed_fonts
# creates executable using profile info generated by profile
build_exec: rebuild_all profile
build_exec: rebuild_all # profile
@cbuild/call_task.sh build_exec 2>&1 | tee -a make_raw.log
# creates executable with debug info and no optimizations