Remove -fmodules-ts from compile flags

This commit is contained in:
2025-10-02 17:54:51 -04:00
parent 6c0d8bed38
commit df2fe6201d

View File

@@ -131,7 +131,6 @@
list(APPEND FGL_CONFIG "-ftree-vectorize")
list(APPEND FGL_CONFIG "-fmax-errors=2")
LIST(APPEND FGL_CONFIG "-fmodules-ts")
LIST(APPEND FGL_CONFIG "-std=c++23")
#AppendWarningFlag("-fanalyzer")