Blob Blame History Raw
diff -up CuraEngine-lulzbot-3.2.17/CMakeLists.txt.nostatic CuraEngine-lulzbot-3.2.17/CMakeLists.txt
--- CuraEngine-lulzbot-3.2.17/CMakeLists.txt.nostatic	2018-04-16 14:56:05.788960144 -0400
+++ CuraEngine-lulzbot-3.2.17/CMakeLists.txt	2018-04-16 14:56:13.716785985 -0400
@@ -47,10 +47,6 @@ if (ENABLE_MORE_COMPILER_OPTIMIZATION_FL
     set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS} -Ofast -funroll-loops")
 endif ()
 
-if(NOT APPLE AND NOT WIN32)
-    set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -static-libstdc++")
-endif()
-
 option (ENABLE_OPENMP
     "Use OpenMP for parallel code" ON)