The /DEBUG option creates debugging information for
the .exe file

CC: [email protected]
Signed-off-by: Gurucharan Shetty <[email protected]>
---
 build-aux/cccl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build-aux/cccl b/build-aux/cccl
index c614ecb..f6972d4 100644
--- a/build-aux/cccl
+++ b/build-aux/cccl
@@ -90,6 +90,7 @@ EOF
     -g[0-9] | -g)
         # cl only supports one debugging level
         clopt="$clopt ${slash}Zi"
+        linkopt="$linkopt ${slash}DEBUG"
         ;;
 
     -L*)
-- 
1.8.4.msysgit.0

_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to