Update CMakeLists.txt

This commit is contained in:
Alex Spataru 2024-11-20 16:09:45 -05:00 committed by GitHub
parent cc6e40d50a
commit 99a1ca1706
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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