Skip to content

make the /mp compile flag optional

Created by: apeltauer

According to this discussion (https://forum.freecadweb.org/viewtopic.php?f=4&t=34708&p=300038#p300038) The /MP compile flag is now optional, otherwise the builds seems to be slower on AppVeyor. To activate call: "cmake -DMP_COMPILE_FLAG=ON"

Merge request reports