diff options
-rw-r--r-- | rawtherapee/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |