Skip to content

Commit

Permalink
remove extra flag
Browse files Browse the repository at this point in the history
  • Loading branch information
NK-microsoft authored and Zhenze Wang committed Aug 14, 2024
1 parent 412022c commit c3b5d04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/ci_build/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,6 @@ def convert_arg_line_to_args(self, arg_line):
action="append",
help="Raw compiler options to add to the script-built CMAKE_C/CXX_FLAGS.",
)
parser.add_argument("--use_seh", action="store_true", help="Build with structured exception handling.")
parser.add_argument("--target", help="Build a specific target, e.g. winml_dll")
# This flag is needed when :
# 1. The OS is 64 bits Windows
Expand Down

0 comments on commit c3b5d04

Please sign in to comment.