15 lines
628 B
Diff
15 lines
628 B
Diff
|
diff -Naur a/CMakeLists.txt b/CMakeLists.txt
|
||
|
--- a/CMakeLists.txt 2021-05-04 15:53:34.000000000 -0700
|
||
|
+++ b/CMakeLists.txt 2021-07-08 15:07:15.382419910 -0700
|
||
|
@@ -76,10 +76,6 @@
|
||
|
# Disable C++ exceptions.
|
||
|
string(REGEX REPLACE "-fexceptions" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
|
||
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-exceptions")
|
||
|
-
|
||
|
- # Disable RTTI.
|
||
|
- string(REGEX REPLACE "-frtti" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
|
||
|
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-rtti")
|
||
|
endif(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
|
||
|
|
||
|
# BUILD_SHARED_LIBS is a standard CMake variable, but we declare it here to make
|