Add comment to previous change

This commit is contained in:
tamasmeszaros 2022-04-04 15:52:03 +02:00
parent 97652f3e71
commit 43bd71c49a

View File

@ -390,6 +390,8 @@ if(SLIC3R_PROFILE)
endif()
if (APPLE)
# This flag prevents the need for minimum SDK version 10.14
# currently, PS targets v10.10
target_compile_options(libslic3r PUBLIC "-fno-aligned-allocation")
endif ()