Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
snnn committed Jan 24, 2024
1 parent fecd8b0 commit fc583c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci_build/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -1472,7 +1472,7 @@ def generate_build_tree(
):
if is_windows():
cflags = ["/guard:cf", "/DWIN32", "/D_WINDOWS"]
if number_of_parallel_jobs(args) > 1:
if args.parallel:
cflags += ["/MP"]
if not args.use_gdk:
# Target Windows 10
Expand Down

0 comments on commit fc583c1

Please sign in to comment.