From 77d9a4b998eb207b642859e7c847adda2d56f3d8 Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Fri, 4 Sep 2015 16:02:26 +0200 Subject: [PATCH] aha --- GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 0654187dc7..2a2f2e4163 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -315,11 +315,11 @@ pack-win64-relative: win64-relative: $(MAKE) winXX-cmake BITS=64 TARGET="Visual Studio 12 Win64" MOREOPTS='-D "USE_RELATIVE=ON"' - $(MAKE) winXX-build BITS=64 + $(MAKE) winXX-build BITS=64 BUILD_TARGET=RelWithDebInfo win64-relative-debug: $(MAKE) winXX-cmake BITS=64 TARGET="Visual Studio 12 Win64" MOREOPTS='-D "USE_RELATIVE=ON" -D "USE_MAINTAINER_MODE=ON" -D "USE_BACKTRACE=ON"' - $(MAKE) winXX-build BITS=64 + $(MAKE) winXX-build BITS=64 BUILD_TARGET=Debug pack-winXX: rm -rf Build$(BITS) && mkdir Build$(BITS)