We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a72d632 commit 8bbefaaCopy full SHA for 8bbefaa
1 file changed
CMakeLists.txt
@@ -3,10 +3,6 @@ set(CMAKE_C_STANDARD 23)
3
project(tcli C)
4
add_definitions(-Wall)
5
6
-if(CMAKE_BUILD_TYPE MATCHES Release)
7
- add_definitions(-Os)
8
-endif()
9
-
10
include_directories(include)
11
add_library(tcli source/tcli.c source/tclie.c)
12
0 commit comments