Commented on the unsigned/signed char CMake changes

This commit is contained in:
Vojtech Bubnik 2021-02-11 18:02:01 +01:00
parent 92d0bc2cfd
commit f5b0f844f2

View File

@ -103,6 +103,7 @@ if (MINGW)
endif ()
if (NOT MSVC)
# ARMs (Raspberry PI) use an unsigned char by default. Let's make it consistent for PrusaSlicer on all platforms.
add_compile_options(-fsigned-char)
endif ()