summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/compiler-core/slang-gcc-compiler-util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/compiler-core/slang-gcc-compiler-util.cpp b/source/compiler-core/slang-gcc-compiler-util.cpp
index a15e67750..e192d615e 100644
--- a/source/compiler-core/slang-gcc-compiler-util.cpp
+++ b/source/compiler-core/slang-gcc-compiler-util.cpp
@@ -551,7 +551,7 @@ static SlangResult _parseGCCFamilyLine(
}
case OptimizationLevel::Maximal:
{
- cmdLine.addArg("-O4");
+ cmdLine.addArg("-O3");
break;
}
default: