From 73c1c7245d5c948c995c7ed59498fe702442a300 Mon Sep 17 00:00:00 2001 From: Matthew Kilgore Date: Sat, 14 May 2022 12:15:32 -0400 Subject: [PATCH] Turn off optimization for now We'll turn this on later when we have it better sorted out. --- source/qb64.bas | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source/qb64.bas b/source/qb64.bas index 083c9319d..f55047e94 100644 --- a/source/qb64.bas +++ b/source/qb64.bas @@ -12511,9 +12511,7 @@ CxxFlagsExtra$ = "" CxxLibsExtra$ = "" IF Include_GDB_Debugging_Info THEN - CxxFlagsExtra$ = "-Og" -ELSE - CxxFlagsExtra$ = "-O2" + CxxFlagsExtra$ = "-g" END IF CxxLibsExtra$ = mylib$ + " " + mylibopt$