build-aux/cccl: Enhance --with-debug option
[cascardo/ovs.git] / build-aux / cccl
index 2a4dccc..456292e 100644 (file)
@@ -90,7 +90,7 @@ EOF
         ;;
 
     -O0)
-        clopt="$clopt ${slash}Ot"
+        clopt="$clopt ${slash}Od ${slash}D_DEBUG"
         ;;
 
     -O2)