macros: Fix formatting and indentation

This commit is contained in:
Björn Esser 2023-05-27 19:08:15 +02:00
parent 3de71f1787
commit e8ab29358a
No known key found for this signature in database
GPG Key ID: F52E98007594C21D
2 changed files with 3 additions and 1 deletions

View File

@ -537,6 +537,7 @@ popd
%changelog
* Sat May 27 2023 Björn Esser <besser82@fedoraproject.org> - 3.26.4-3
- Rename macros.cmake -> macros.cmake.in
- macros: Fix formatting and indentation
* Fri May 19 2023 Neal Gompa <ngompa@fedoraproject.org> - 3.26.4-2
- macros: use the language build flag macros for compiler flags

View File

@ -9,9 +9,10 @@
%__ctest /usr/bin/ctest
%__cmake_builddir %{!?__cmake_in_source_build:%{_vpath_builddir}}%{?__cmake_in_source_build:.}
# - Set default compile flags
# - CMAKE_*_FLAGS_RELEASE are added *after* the *FLAGS environment variables
# and default to -O3 -DNDEBUG. Strip the -O3 so we can override with *FLAGS
# and default to -O3 -DNDEBUG. Strip the -O3 so we can override with *FLAGS
# - Turn on verbose makefiles so we can see and verify compile flags
# - Turn off stripping by default so RPM can do it separately
# - Set default install prefixes and library install directories