Update CMakeLists.txt

This commit is contained in:
Alex Spataru 2024-11-20 15:41:56 -05:00 committed by GitHub
parent 6a7544b781
commit cc6e40d50a
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
/Zi # Generate debugging information in PDB files
/MT # Use static runtime libraries
)
add_link_options(