Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Commit 9f122f5

Browse files
committed
proc/12-arch_flags.sh: trim the whitespaces inside ...
... the final combined compiler flags
1 parent d3bffa7 commit 9f122f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

proc/12-arch_flags.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,6 @@ for ABFLAG in {LD,C{,PP,XX},OBJC{,XX},RUST}FLAGS; do
5757
declare -n FLAG="$ABFLAG";
5858
FLAG+="${_flags_weird_buf[_flags_current_i]}"; ((_flags_current_i++));
5959
unset -n FLAG;
60+
ab_trim_args "$ABFLAG";
6061
done
6162
unset ABCC _flags_current_i

0 commit comments

Comments
 (0)