File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ BreakBeforeTernaryOperators: 'true'
2727BreakConstructorInitializers : AfterColon
2828BreakInheritanceList : AfterColon
2929BreakStringLiterals : ' true'
30- ColumnLimit : ' 110 '
30+ ColumnLimit : ' 130 '
3131CompactNamespaces : ' false'
3232ConstructorInitializerAllOnOneLineOrOnePerLine : ' true'
3333ConstructorInitializerIndentWidth : ' 4'
Original file line number Diff line number Diff line change 3232 matrix :
3333 compiler :
3434 [
35- " GCC 8" ,
36- " GCC 9" ,
3735 " GCC 10" ,
38- " Clang 9" ,
3936 " Clang 10" ,
4037 # (CI related error) "Clang 11",
4138 " Clang 12"
Original file line number Diff line number Diff line change @@ -158,6 +158,7 @@ target_include_directories(unicode PUBLIC $<BUILD_INTERFACE:${${PROJECT_NAME}_SO
158158target_link_libraries (unicode PUBLIC unicode::ucd)
159159
160160add_executable (unicode_tablegen tablegen.cpp)
161+ set_target_properties (unicode_tablegen PROPERTIES CMAKE_BUILD_TYPE Release)
161162target_link_libraries (unicode_tablegen PRIVATE unicode::loader)
162163
163164
You can’t perform that action at this time.
0 commit comments