]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/nasm-wrapper
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / nasm-wrapper
index e67da7cba1a47603b98268e457992fdaa354c885..84da2cb23e2dfc86c6355d2eba67af2b4930ef43 100755 (executable)
@@ -37,6 +37,10 @@ while [ -n "$*" ]; do
         refine_nasm_options+=" -i $1"
         shift
         ;;
+    -O* )
+        # ignore C optimisations
+        shift
+        ;;
     * )
         # Keep other options
         refine_nasm_options+=" $1"