We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc484f8 commit b5ac0daCopy full SHA for b5ac0da
CMakeLists.txt
@@ -136,7 +136,7 @@ target_sources(Luau.LanguageServer.Test PRIVATE
136
if (MSVC)
137
list(APPEND LUAU_LSP_OPTIONS /W3 /D_CRT_SECURE_NO_WARNINGS)
138
if(CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
139
- list(APPEND LUTE_OPTIONS "/EHsc") # The CMake clang-cl target doesn't enable exceptions by default
+ list(APPEND LUAU_LSP_OPTIONS "/EHsc") # The CMake clang-cl target doesn't enable exceptions by default
140
else()
141
list(APPEND LUAU_LSP_OPTIONS /MP) # Distribute compilation across multiple cores; doesn't work with clang-cl
142
endif()
0 commit comments