diff --git a/libphonenumber.changes b/libphonenumber.changes index 092aeff..dff5723 100644 --- a/libphonenumber.changes +++ b/libphonenumber.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Tue Aug 22 22:39:31 UTC 2023 - Jan Engelhardt - -- Force-add -DNDEBUG to CFLAGS; libphonenumber relies on it. - ------------------------------------------------------------------- Mon Jun 26 09:00:14 UTC 2023 - Fabian Vogt diff --git a/libphonenumber.spec b/libphonenumber.spec index 95652f6..1e76114 100644 --- a/libphonenumber.spec +++ b/libphonenumber.spec @@ -78,8 +78,6 @@ that use libphonenumber. %build cd cpp -export CFLAGS="%optflags -DNDEBUG" -export CXXFLAGS="$CFLAGS" # Enabling the geocoder breaks quite a lot due to broken cmakelists # (https://github.com/google/libphonenumber/pull/2556) %cmake -DBUILD_STATIC_LIB=OFF -DBUILD_SHARED_LIB=ON -DBUILD_TESTING=ON -DBUILD_GEOCODER=OFF -DREGENERATE_METADATA=OFF