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