Przeglądaj źródła

Added -fno-rtti

Benoit Blanchon 10 lat temu
rodzic
commit
e657396f65
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      src/CMakeLists.txt

+ 1 - 0
src/CMakeLists.txt

@@ -5,6 +5,7 @@ file(GLOB_RECURSE CPP_FILES *.cpp)
 if(CMAKE_CXX_COMPILER_ID MATCHES "(GNU|Clang)")
 	add_definitions(
 		-fno-exceptions
+		-fno-rtti
 		-pedantic
 		-Wall
 		-Wcast-align