cccl: Add the DEBUG option for linker.
authorGurucharan Shetty <gshetty@nicira.com>
Thu, 21 Nov 2013 17:28:40 +0000 (09:28 -0800)
committerGurucharan Shetty <gshetty@nicira.com>
Fri, 6 Dec 2013 16:13:13 +0000 (08:13 -0800)
The /DEBUG option creates debugging information for
the .exe file

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
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*)