Skip to content

Commit 9d68aa2

Browse files
committed
Fix cmake flag
1 parent e24ee59 commit 9d68aa2

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
@@ -64,7 +64,7 @@ endif()
6464
# We assume that char is signed in various places in the code. In particular,
6565
# the Str.StrToInts test will fail when char is not signed and names containing
6666
# special characters will be displayed incorrectly on servers.
67-
add_compiler_flag_if_supported(OUR_FLAGS -fsigned-char)
67+
add_compiler_flag_if_supported(-fsigned-char)
6868

6969
set(LINK_FLAGS_PLATFORM "")
7070

0 commit comments

Comments
 (0)