[clang] [clang] Add deprecation warning for `-Ofast` driver option (PR #98736)

Vlad Serebrennikov via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 15 16:03:57 PDT 2024


================
@@ -470,6 +470,9 @@ New Compiler Flags
 Deprecated Compiler Flags
 -------------------------
 
+- ``-Ofast`` is deprecated in favor of ``-O3``, possibly combined with ``-ffast-math``.
----------------
Endilll wrote:

Fixed. Thank you!

https://github.com/llvm/llvm-project/pull/98736


More information about the cfe-commits mailing list