Commented on the unsigned/signed char CMake changes

This commit is contained in:
Vojtech Bubnik
2021-02-11 18:02:01 +01:00
parent 0c5b57dd0d
commit 29c851eba0

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 ()