aports/testing/ceph17/40-nasm.patch
Duncan Bellamy c515875503 testing/ceph17: new aport
* ceph 17 / quincy
2022-04-19 19:26:37 +00:00

16 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"