Skip to content

Commit e7b7f2c

Browse files
[CMake] Build tablegen program always in Release mode
Signed-off-by: Christian Parpart <christian@parpart.family>
1 parent 3f264dc commit e7b7f2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libunicode/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ target_include_directories(unicode PUBLIC $<BUILD_INTERFACE:${${PROJECT_NAME}_SO
158158
target_link_libraries(unicode PUBLIC unicode::ucd)
159159

160160
add_executable(unicode_tablegen tablegen.cpp)
161+
set_target_properties(unicode_tablegen PROPERTIES CMAKE_BUILD_TYPE Release)
161162
target_link_libraries(unicode_tablegen PRIVATE unicode::loader)
162163

163164

0 commit comments

Comments
 (0)