Skip to content

Commit

Permalink
[CMake] Build tablegen program always in Release mode
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Parpart <[email protected]>
  • Loading branch information
christianparpart committed Mar 5, 2024
1 parent 3f264dc commit e7b7f2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libunicode/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ target_include_directories(unicode PUBLIC $<BUILD_INTERFACE:${${PROJECT_NAME}_SO
target_link_libraries(unicode PUBLIC unicode::ucd)

add_executable(unicode_tablegen tablegen.cpp)
set_target_properties(unicode_tablegen PROPERTIES CMAKE_BUILD_TYPE Release)
target_link_libraries(unicode_tablegen PRIVATE unicode::loader)


Expand Down

0 comments on commit e7b7f2c

Please sign in to comment.