Commented on the unsigned/signed char CMake changes
This commit is contained in:
parent
92d0bc2cfd
commit
f5b0f844f2
@ -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 ()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user