From df85c52098277ddaef2d23f436f7d6d8df2f4239 Mon Sep 17 00:00:00 2001 From: Gurucharan Shetty Date: Thu, 21 Nov 2013 09:28:40 -0800 Subject: [PATCH] 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 --- build-aux/cccl | 1 + 1 file changed, 1 insertion(+) 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*) -- 2.47.0