From ff3f68c920d19d62cf10ae8f1f2f57173adc5e4c Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Mon, 11 Dec 2017 01:15:50 -0600 Subject: user/muparser: fix whitespace and CMake build type --- user/muparser/APKBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'user/muparser') diff --git a/user/muparser/APKBUILD b/user/muparser/APKBUILD index fed5fa295..d17f539cd 100644 --- a/user/muparser/APKBUILD +++ b/user/muparser/APKBUILD @@ -20,13 +20,13 @@ build() { cd "$builddir/build" cmake \ - -DBUILD_SHARED_LIBS=ON \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_INSTALL_LIBDIR=lib \ - -DCMAKE_VERBOSE_MAKEFILE=ON \ - $cmake_opts \ - ../ + -DBUILD_SHARED_LIBS=ON \ + -DCMAKE_BUILD_TYPE=RelWithDebugInfo \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=lib \ + -DCMAKE_VERBOSE_MAKEFILE=ON \ + $cmake_opts \ + ../ make } -- cgit v1.2.3-60-g2f50