Skip to content

Commit 9f7301a

Browse files
authored
Remove -fmodules from C++ compilation flags. (#6385)
This option doesn't work with C++, and even though the clang compiler ignores it, clangd does not, and this causes syntax highlighting failures in CLion.
1 parent 3c943f0 commit 9f7301a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmake/compiler_setup.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ if(APPLE)
8585
set(
8686
FIREBASE_IOS_OBJC_FLAGS
8787
-fobjc-arc
88-
-fmodules
8988
-fno-autolink
9089
)
9190
set(

0 commit comments

Comments
 (0)