diff options
author | Tim Biermann <tbier@posteo.de> | 2020-12-07 13:55:41 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2020-12-07 13:55:41 +0000 |
commit | d9c66f369e9b911ef795d20877aa88404cb45dd7 (patch) | |
tree | 11f93799947f8e55b1831a59e1e9d1d620007701 /rawtherapee/Pkgfile | |
parent | 837eb992249721765ca8d186fe3db71aed5964a2 (diff) | |
download | contrib-d9c66f369e9b911ef795d20877aa88404cb45dd7.tar.gz contrib-d9c66f369e9b911ef795d20877aa88404cb45dd7.tar.xz |
rawtherapee: fixed cmake flags
Diffstat (limited to 'rawtherapee/Pkgfile')
-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 |