mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-31 17:42:55 +08:00
Update CMakeLists.txt
This commit is contained in:
parent
cc6e40d50a
commit
99a1ca1706
@ -115,7 +115,6 @@ elseif(WIN32 AND MSVC)
|
|||||||
/O2 # Optimize for speed
|
/O2 # Optimize for speed
|
||||||
/W3 # Warning level 3 (reasonable warnings without being too verbose)
|
/W3 # Warning level 3 (reasonable warnings without being too verbose)
|
||||||
/GL # Enable whole program optimization
|
/GL # Enable whole program optimization
|
||||||
/MT # Use static runtime libraries
|
|
||||||
)
|
)
|
||||||
add_link_options(
|
add_link_options(
|
||||||
/OPT:REF # Remove unreferenced functions/data
|
/OPT:REF # Remove unreferenced functions/data
|
||||||
|
Loading…
x
Reference in New Issue
Block a user