We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e24ee59 commit 9d68aa2Copy full SHA for 9d68aa2
1 file changed
CMakeLists.txt
@@ -64,7 +64,7 @@ endif()
64
# We assume that char is signed in various places in the code. In particular,
65
# the Str.StrToInts test will fail when char is not signed and names containing
66
# special characters will be displayed incorrectly on servers.
67
-add_compiler_flag_if_supported(OUR_FLAGS -fsigned-char)
+add_compiler_flag_if_supported(-fsigned-char)
68
69
set(LINK_FLAGS_PLATFORM "")
70
0 commit comments