summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWormHeamer2025-08-07 00:53:14 -0400
committerWormHeamer2025-08-07 00:53:14 -0400
commit6040eafed3e94efdea6f71b7018e978024193572 (patch)
tree815d28c25d22e98254597e5f53c2561ec6aa9b2d
parent9c5d50e5371cd26d7ae8fd896dc06fa9af684949 (diff)
no_opt = 0
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 6da1bf2..11c4e00 100644
--- a/main.c
+++ b/main.c
@@ -12,7 +12,7 @@
#include "strio.h"
#include "ir.h"
-int no_opt = 1;
+int no_opt = 0;
typedef struct {
DYNARR(Proc) procs;