mirror of
https://github.com/godotengine/godot.git
synced 2024-11-25 21:52:51 +00:00
Set silence_msvc
default to false, amend description
This commit is contained in:
parent
a07dd0d6a5
commit
581315a975
@ -202,7 +202,9 @@ def get_opts():
|
||||
BoolVariable("use_asan", "Use address sanitizer (ASAN)", False),
|
||||
BoolVariable("debug_crt", "Compile with MSVC's debug CRT (/MDd)", False),
|
||||
BoolVariable("incremental_link", "Use MSVC incremental linking. May increase or decrease build times.", False),
|
||||
BoolVariable("silence_msvc", "Silence MSVC's stdout. Decreases output log bloat by roughly half.", True),
|
||||
BoolVariable(
|
||||
"silence_msvc", "Silence MSVC's stdout to decrease output log bloat. May hide error messages.", False
|
||||
),
|
||||
("angle_libs", "Path to the ANGLE static libraries", ""),
|
||||
# Direct3D 12 support.
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user