Skip to content

Commit 8bbefaa

Browse files
committed
Remove -Os flag as it is already available with MinSizeRel build.
1 parent a72d632 commit 8bbefaa

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ set(CMAKE_C_STANDARD 23)
33
project(tcli C)
44
add_definitions(-Wall)
55

6-
if(CMAKE_BUILD_TYPE MATCHES Release)
7-
add_definitions(-Os)
8-
endif()
9-
106
include_directories(include)
117
add_library(tcli source/tcli.c source/tclie.c)
128

0 commit comments

Comments
 (0)