Force signed char on all GCC platforms

This commit is contained in:
tamasmeszaros 2021-02-11 09:58:04 +01:00
parent d39fd54e4f
commit 4151922f7c

View File

@ -102,6 +102,10 @@ if (MINGW)
add_compile_options(-Wa,-mbig-obj)
endif ()
if (NOT MSVC)
add_compile_options(-fsigned-char)
endif ()
# Display and check CMAKE_PREFIX_PATH
message(STATUS "SLIC3R_STATIC: ${SLIC3R_STATIC}")
if (NOT "${CMAKE_PREFIX_PATH}" STREQUAL "")