tests: Add bundle action test with buffer realloc.
[cascardo/ovs.git] / build-aux / cccl
index 2a4dccc..afa0a6b 100644 (file)
@@ -90,7 +90,7 @@ EOF
         ;;
 
     -O0)
-        clopt="$clopt ${slash}Ot"
+        clopt="$clopt ${slash}Od ${slash}D_DEBUG"
         ;;
 
     -O2)
@@ -148,6 +148,10 @@ EOF
         #ignore warnings
         ;;
 
+    -Q*)
+        #ignore link warnings
+        ;;
+
     -fno-strict-aliasing*)
         #ignore aliasing
         ;;