1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-22 18:55:29 +03:00
aports/community/ceph16/40-nasm.patch
2022-11-05 02:21:23 +00:00

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"