From 6be3c24ee5a6accc8157eb20f00d72da060d8644 Mon Sep 17 00:00:00 2001 From: "james.brodman" Date: Thu, 15 Aug 2013 15:24:46 -0400 Subject: [PATCH] Separate -O and -g --- main.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/main.cpp b/main.cpp index c6786c39..b4a02b9f 100644 --- a/main.cpp +++ b/main.cpp @@ -571,12 +571,6 @@ int main(int Argc, char *Argv[]) { } } - // If the user specified -g, then the default optimization level is 0. - // If -g wasn't specified, the default optimization level is 1 (full - // optimization). - if (debugSet && !optSet) - g->opt.level = 0; - if (g->enableFuzzTest) { if (g->fuzzTestSeed == -1) { #ifdef ISPC_IS_WINDOWS