Skip to content

Commit

Permalink
closes #10786 (#10936)
Browse files Browse the repository at this point in the history
add /W1 to runner
  • Loading branch information
JohnsterID authored Jun 2, 2024
1 parent ebcf3a6 commit ae3adcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_vp_clang_sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ def print_environment():
print("PATH:", os.environ.get('PATH', 'Not Set'))

def build_cl_config_args(config: Config) -> list[str]:
args = ['-m32', '-msse3', '/c', '/MD', '/GS', '/EHsc', '/fp:precise', '/Zc:wchar_t', '/Z7']
args = ['-m32', '-msse3', '/c', '/MD', '/GS', '/EHsc', '/fp:precise', '/Zc:wchar_t', '/Z7', '/W1']
if config == Config.Release:
args.append('/Ox')
args.append('/Ob2')
Expand Down

0 comments on commit ae3adcb

Please sign in to comment.