From 99a1ca170633b199bf997ad122faa422387e35d8 Mon Sep 17 00:00:00 2001 From: Alex Spataru Date: Wed, 20 Nov 2024 16:09:45 -0500 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ffa4f2ef..e11f9b53 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -115,7 +115,6 @@ elseif(WIN32 AND MSVC) /O2 # Optimize for speed /W3 # Warning level 3 (reasonable warnings without being too verbose) /GL # Enable whole program optimization - /MT # Use static runtime libraries ) add_link_options( /OPT:REF # Remove unreferenced functions/data