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 20269f1 commit 8d9e13bCopy full SHA for 8d9e13b
CMakeLists.txt
@@ -13,13 +13,6 @@ if (CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
13
add_definitions(-DMSVC)
14
endif ()
15
16
-if (CMAKE_BUILD_TYPE STREQUAL "Release" )
17
- if (NOT CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
18
- set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -DNDEBUG -O2")
19
- set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -DNDEBUG -O2")
20
- endif ()
21
-endif()
22
-
23
add_subdirectory(LuaParser)
24
add_subdirectory(CodeService)
25
add_subdirectory(Util)
0 commit comments