Skip to content

Commit eb2b544

Browse files
committed
raspi still does not work
1 parent 9d68aa2 commit eb2b544

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ set(TWBL_DEPS ${CMAKE_DL_LIBS})
4444

4545
add_library(twbl STATIC ${BOT_SOURCE_FILES})
4646
target_compile_options(twbl PRIVATE -std=gnu++20)
47-
add_compiler_flag_if_supported(-Wno-format-truncation)
47+
add_compiler_flag_if_supported(-Wno-format-truncation -fsigned-char)
4848
target_link_libraries(twbl ${TWBL_DEPS})
4949
include_directories(src)
5050

0 commit comments

Comments
 (0)