cccl: Add the DEBUG option for linker.
[cascardo/ovs.git] / build-aux / cccl
index c614ecb..f6972d4 100644 (file)
@@ -90,6 +90,7 @@ EOF
     -g[0-9] | -g)
         # cl only supports one debugging level
         clopt="$clopt ${slash}Zi"
+        linkopt="$linkopt ${slash}DEBUG"
         ;;
 
     -L*)