We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a58d1be commit aeb583aCopy full SHA for aeb583a
1 file changed
CMakeLists.txt
@@ -57,7 +57,6 @@ add_resources(EMBEDDED_RESOURCES ${RESOURCE_FILES})
57
add_library(Latite SHARED ${Latite_SRC} ${EMBEDDED_RESOURCES})
58
59
# enable exceptions
60
-# TODO: exceptions are scary and bad maybe we shouldn't use them?
61
target_compile_options(Latite PRIVATE $<$<COMPILE_LANG_AND_ID:CXX,MSVC,Clang,AppleClang>:/EHsc>)
62
63
# C++ standard
0 commit comments