From: Gurucharan Shetty Date: Thu, 21 Nov 2013 17:28:40 +0000 (-0800) Subject: cccl: Add the DEBUG option for linker. X-Git-Url: http://git.cascardo.eti.br/?a=commitdiff_plain;h=df85c52098277ddaef2d23f436f7d6d8df2f4239;hp=b0f3a2feef9889d7e23f7941858c0c40b0505d87;p=cascardo%2Fovs.git cccl: Add the DEBUG option for linker. The /DEBUG option creates debugging information for the .exe file Signed-off-by: Gurucharan Shetty Acked-by: Ben Pfaff --- diff --git a/build-aux/cccl b/build-aux/cccl index c614ecbf5..f6972d474 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*)