From d9c66f369e9b911ef795d20877aa88404cb45dd7 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Mon, 7 Dec 2020 13:55:41 +0000 Subject: rawtherapee: fixed cmake flags --- rawtherapee/Pkgfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rawtherapee/Pkgfile') diff --git a/rawtherapee/Pkgfile b/rawtherapee/Pkgfile index 074447a82..ad08aaa54 100644 --- a/rawtherapee/Pkgfile +++ b/rawtherapee/Pkgfile @@ -12,8 +12,8 @@ build() { cmake -S $name-$version -B build -G Ninja \ -D CMAKE_INSTALL_PREFIX=/usr \ -D CMAKE_BUILD_TYPE=Release \ - -D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS -DNDEBUG" \ - -D CMAKE_C_FLAGS_RELEASE="$CFLAGS -DNDEBUG" \ + -D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \ + -D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \ -D BUILD_SHARED=ON \ -Wno-dev cmake --build build -- cgit v1.2.3