mirror of
https://github.com/ceph/ceph
synced 2025-02-21 01:47:25 +00:00
Merge pull request #14633 from SUSE/wip-yasm-wrapper-strip-E-flag
yasm-wrapper: strip -E (stops ccache trashing source files) Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
commit
a60e03c79e
@ -12,7 +12,7 @@ while [ -n "$*" ]; do
|
||||
new="$new -f $1"
|
||||
shift
|
||||
;;
|
||||
-g* | -f* | -W* | -MD | -MP | -fPIC | -c | -D* | --param* | -O* | -m* | -pipe | ggc-min* )
|
||||
-g* | -f* | -W* | -MD | -MP | -fPIC | -c | -D* | -E | --param* | -O* | -m* | -pipe | ggc-min* )
|
||||
shift
|
||||
;;
|
||||
-I | -isystem )
|
||||
|
Loading…
Reference in New Issue
Block a user