From bfcf0a3d355a580b41ac2021ce14f9f8b013ef33 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Sat, 27 Aug 2016 11:21:46 -0400 Subject: [PATCH] install_pistache: install debug build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cbe0ebc65..f5ef69663 100644 --- a/Makefile +++ b/Makefile @@ -122,7 +122,7 @@ install_pistache: if [ -s Makefile ]; then rm Makefile; fi; \ if [ -s CTestTestfile.cmake ]; then rm -rf CTestTestfile.cmake; fi; \ if [ -s cmake_install.cmake ]; then rm cmake_install.cmake; fi; \ - cmake -DCMAKE_INSTALL_PREFIX=$(TARGET) -DCMAKE_CXX_COMPILER=$(GXX) -DCMAKE_C_COMPILER=$(GCC); \ + cmake -DCMAKE_INSTALL_PREFIX=$(TARGET) -DCMAKE_CXX_COMPILER=$(GXX) -DCMAKE_C_COMPILER=$(GCC) -DCMAKE_BUILD_TYPE=Debug; \ make -j$(JOBS) -k install; \ else \ echo "pistache disabled"; \