Skip to content

Commit 8103f23

Browse files
Merge pull request #96 from contour-terminal/scan-api-refactor-preps
minor build and .clang-format improvements
2 parents 6656b2c + e7b7f2c commit 8103f23

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ BreakBeforeTernaryOperators: 'true'
2727
BreakConstructorInitializers: AfterColon
2828
BreakInheritanceList: AfterColon
2929
BreakStringLiterals: 'true'
30-
ColumnLimit: '110'
30+
ColumnLimit: '130'
3131
CompactNamespaces: 'false'
3232
ConstructorInitializerAllOnOneLineOrOnePerLine: 'true'
3333
ConstructorInitializerIndentWidth: '4'

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,7 @@ jobs:
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"

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)