summaryrefslogtreecommitdiffstats
path: root/b.c
diff options
context:
space:
mode:
Diffstat (limited to 'b.c')
-rw-r--r--b.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/b.c b/b.c
index fe1fb3d..a8bafec 100644
--- a/b.c
+++ b/b.c
@@ -9,8 +9,8 @@ void cflags(B_Cmd *cmd)
b_cmd_append(cmd, "-fno-math-errno", "-funroll-loops");
b_cmd_append(cmd, "-flto", "-pthread");
b_cmd_append(cmd, "-I./src/");
- //b_cmd_append(cmd, "-O2", "-ggdb", "-DVKDEBUG");
- b_cmd_append(cmd, "-O3");
+ b_cmd_append(cmd, "-O2", "-ggdb", "-DVKDEBUG");
+ //b_cmd_append(cmd, "-O3");
}
void cc(B_Cmd *cmd)