Skip to content

Commit

Permalink
Merge pull request #155 from zer0k-z/patch-1
Browse files Browse the repository at this point in the history
Disable minimal rebuild on VS exports
  • Loading branch information
psychonic authored Jun 15, 2024
2 parents e8bc23d + ab87465 commit ea242ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ambuild2/frontend/v2_2/vs/export_vcxproj.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def export_configuration_options(node, xml, builder):
elif '/Ot' in flags:
xml.tag('FavorSizeOrSpeed', 'Speed')

xml.tag('MinimalRebuild', 'true')
xml.tag('MinimalRebuild', 'false')

if '/RTC1' in flags or '/RTCsu' in flags:
xml.tag('BasicRuntimeChecks', 'EnableFastChecks')
Expand Down

0 comments on commit ea242ff

Please sign in to comment.