From b5b5d7bf840c455cf811e9ba9fe9caf208f671b6 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Fri, 10 Jun 2016 08:19:29 +0000 Subject: [PATCH] - keep debug symbols in windows build. git-svn-id: file:///svn/unbound/trunk@3777 be551aaa-1e26-0410-a405-d3ace91eadb9 --- doc/Changelog | 1 + makedist.sh | 17 +++++++++-------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/doc/Changelog b/doc/Changelog index 2bc2c61dd..d9a754af9 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -3,6 +3,7 @@ - In unbound.conf directory: dir immediately changes to that directory, so that include: file below that is relative to that directory. With chroot, make the directory an absolute path inside chroot. + - keep debug symbols in windows build. 9 June 2016: Wouter - Trunk is called 1.5.10 (with previous fixes already in there to 2 diff --git a/makedist.sh b/makedist.sh index 6f483ef31..f6375e99e 100755 --- a/makedist.sh +++ b/makedist.sh @@ -319,14 +319,15 @@ if [ "$DOWIN" = "yes" ]; then rm -f $file info "Creating $file" mkdir tmp.$$ - $strip unbound.exe - $strip anchor-update.exe - $strip unbound-control.exe - $strip unbound-host.exe - $strip unbound-anchor.exe - $strip unbound-checkconf.exe - $strip unbound-service-install.exe - $strip unbound-service-remove.exe + # keep debug symbols + #$strip unbound.exe + #$strip anchor-update.exe + #$strip unbound-control.exe + #$strip unbound-host.exe + #$strip unbound-anchor.exe + #$strip unbound-checkconf.exe + #$strip unbound-service-install.exe + #$strip unbound-service-remove.exe cd tmp.$$ cp ../doc/example.conf ../doc/Changelog . cp ../unbound.exe ../unbound-anchor.exe ../unbound-host.exe ../unbound-control.exe ../unbound-checkconf.exe ../unbound-service-install.exe ../unbound-service-remove.exe ../LICENSE ../winrc/unbound-control-setup.cmd ../winrc/unbound-website.url ../winrc/service.conf ../winrc/README.txt ../contrib/create_unbound_ad_servers.cmd ../contrib/warmup.cmd ../contrib/unbound_cache.cmd .