Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
build-system.diff | Build system adjustments Make the build system idempotent, and remove hard-coded references to g++-9. |
Benjamin Barenblat <bbaren@google.com> | no | |||
march.diff | Disable -march=native in benchmarks Not all GCC architectures recognize -march=native (or even -march at all). Don't set it when building the benchmarks. This will cause the benchmarks to run more slowly, but this is fine, because Debian only uses them as build tests; they're not actually shipped. |
Benjamin Barenblat <bbaren@google.com> | not-needed |