1
0
forked from pool/lziprecover

Build with %optflags #1

Merged
jengelh merged 1 commits from :master into master 2025-01-20 14:05:53 +01:00
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 20 12:39:18 UTC 2025 - Andreas Schwab <schwab@suse.de>
- Build with %optflags
-------------------------------------------------------------------
Sun Jan 19 14:48:06 UTC 2025 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -63,7 +63,7 @@ mkdir build
pushd build/
../configure --prefix="%_prefix" --bindir="%_bindir" --datadir="%_datadir" \
--infodir="%_infodir" --mandir="%_mandir" --sysconfdir="%_sysconfdir" \
CFLAGS="%optflags"
CXXFLAGS="%optflags"
%make_build
popd