Package: grandorgue / 3.15.4-1

Metadata

Package Version Patches format
grandorgue 3.15.4-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
strip optim flags.patch | (download)

CMakeLists.txt | 3 0 3 - 0 !
cmake/AddCpuOptions.cmake | 9 0 9 - 0 !
2 files changed, 12 deletions(-)

 strip some optimizations flags hardcoded in upstream build system
 Remove flags that would override those set by dpkg-buildflags.
 Also remove x86-specific flags.
 Do not remove -funroll-loops and -ffast-math, since upstream probably added
 them for a good reason, and they are not triggered by any -O level.