build with clang; C++ version cracking (except in cl compiler)

This commit is contained in:
Allen Webster
2021-07-03 11:00:12 -04:00
parent 9ff0392f04
commit fb865cea4b
9 changed files with 100 additions and 111 deletions
+12
View File
@@ -39,6 +39,18 @@ command_list =
{ "build.bat", .os = "win" },
},
},
{
.name = "build_with_clang",
.out = "*compilation*",
.footer_panel = true,
.save_dirty_files = true,
.cursor_at_end = false,
.cmd =
{
{ "build_with_clang.bat", .os = "win" },
},
},
};
fkey_command[1] = "build";
fkey_command[2] = "build_with_clang";