mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
[cmake,compiler] add -fsigned-char to compiler flags
This commit is contained in:
@@ -32,6 +32,7 @@ if(ENABLE_WARNING_ERROR)
|
||||
endif()
|
||||
|
||||
list(APPEND COMMON_COMPILER_FLAGS -fno-omit-frame-pointer -Wredundant-decls)
|
||||
list(APPEND COMMON_COMPILER_FLAGS -fsigned-char)
|
||||
|
||||
include(ExportAllSymbols)
|
||||
include(CompilerSanitizerOptions)
|
||||
|
||||
Reference in New Issue
Block a user