You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
Build system: add option for MSVC incremental linking.
(cherry picked from commit bbafe14970)
This commit is contained in:
committed by
Rémi Verschelde
parent
fe7ed984b5
commit
09554a66d8
@@ -926,6 +926,9 @@ def generate_vs_project(env, num_jobs):
|
||||
if env["custom_modules"]:
|
||||
common_build_postfix.append("custom_modules=%s" % env["custom_modules"])
|
||||
|
||||
if env["incremental_link"]:
|
||||
common_build_postfix.append("incremental_link=yes")
|
||||
|
||||
result = " ^& ".join(common_build_prefix + [" ".join([commands] + common_build_postfix)])
|
||||
return result
|
||||
|
||||
|
||||
Reference in New Issue
Block a user