Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | app-emulation/qemu: Do not rely on DCE for lock type test | Sergei Trofimovich | 2021-04-12 | 1 | -0/+18 |
Fix CFLAGS=-Og build break. -Og fails because gcc does not enable dead code elimination (but does set __OPTIMIZE__ define). The fix avoids DCE reliance downstream entirely. Reported-by: Luke-Jr Closes: https://bugs.gentoo.org/782364 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> |