Skip to content

Commit b4e722a

Browse files
committed
remove -Xclang=-fincremental-extensions which causes funny compile errors with goto statements (8f454a9)
1 parent 8f454a9 commit b4e722a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmake/adjust/template/vendor/impl/Clang.cmake

-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ endif()
8484
NBL_REQUEST_COMPILE_OPTION_SUPPORT(LANG ${LANG} CONFIG DEBUG OPTIONS
8585
-g # https://clang.llvm.org/docs/ClangCommandLineReference.html#cmdoption-clang-g
8686
-mincremental-linker-compatible # https://clang.llvm.org/docs/ClangCommandLineReference.html#cmdoption-clang-mincremental-linker-compatible
87-
-Xclang=-fincremental-extensions # https://clang.llvm.org/docs/ClangCommandLineReference.html#cmdoption-clang-fincremental-extensions
8887
-Wall # https://clang.llvm.org/docs/ClangCommandLineReference.html#cmdoption-clang-W-warning
8988
-gline-tables-only # https://clang.llvm.org/docs/ClangCommandLineReference.html#cmdoption-clang-gline-tables-only
9089
-Xclang=-fno-inline-functions # https://clang.llvm.org/docs/ClangCommandLineReference.html#cmdoption-clang-finline-functions

0 commit comments

Comments
 (0)