diff options
-rw-r--r-- | subprojects/fmt/include/fmt/core.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/subprojects/fmt/include/fmt/core.h b/subprojects/fmt/include/fmt/core.h index 0e7843b..a3096d5 100644 --- a/subprojects/fmt/include/fmt/core.h +++ b/subprojects/fmt/include/fmt/core.h @@ -282,9 +282,6 @@ // Enable minimal optimizations for more compact code in debug mode. FMT_GCC_PRAGMA("GCC push_options") -#if !defined(__OPTIMIZE__) && !defined(__NVCOMPILER) -FMT_GCC_PRAGMA("GCC optimize(\"Og\")") -#endif FMT_BEGIN_NAMESPACE FMT_MODULE_EXPORT_BEGIN |