aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorGinger Bill <bill@gingerbill.org>2016-11-23 09:46:58 +0000
committerGinger Bill <bill@gingerbill.org>2016-11-23 09:46:58 +0000
commit543a2d1e5a0ee96e782fb184ea5b73b9081c0eff (patch)
tree8fa17a5fb07c8103dc88d6b760ef1d73c06876a5 /src/main.cpp
parent36ad9dae43cd21d8532994cd0d0e92a89af0ed04 (diff)
Swap b32 to bool, et al.
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 6fea6d583..0d1a64326 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -123,7 +123,7 @@ int main(int argc, char **argv) {
init_universal_scope();
char *init_filename = NULL;
- b32 run_output = false;
+ bool run_output = false;
String arg1 = make_string(argv[1]);
if (arg1 == "run") {
run_output = true;
@@ -243,7 +243,7 @@ int main(int argc, char **argv) {
exit_code = win32_exec_command_line_app("msvc-link",
"link %.*s.obj -OUT:%.*s.exe %s "
"/defaultlib:libcmt "
- "/nologo /incremental:no /opt:ref /subsystem:console /debug "
+ "/nologo /incremental:no /opt:ref /subsystem:console "
" %.*s "
"",
LIT(output), LIT(output),