mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-22 18:55:29 +03:00
15 lines
333 B
Diff
15 lines
333 B
Diff
Submitted as: https://github.com/ceph/ceph/pull/45368
|
|
|
|
--- a/src/nasm-wrapper
|
|
+++ b/src/nasm-wrapper
|
|
@@ -37,6 +37,10 @@
|
|
refine_nasm_options+=" -i $1"
|
|
shift
|
|
;;
|
|
+ -O* )
|
|
+ # ignore C optimisations
|
|
+ shift
|
|
+ ;;
|
|
* )
|
|
# Keep other options
|
|
refine_nasm_options+=" $1"
|