Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
snnn committed Jan 10, 2024
1 parent 9096b54 commit dca4c62
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 @@ -1510,7 +1510,7 @@ def generate_build_tree(
"-pipe"
]
if is_linux():
ldflags += "-Wl,--strip-all"
ldflags += ["-Wl,--strip-all"]
elif config == "RelWithDebInfo":
cflags = [
"-DNDEBUG",
Expand Down

0 comments on commit dca4c62

Please sign in to comment.