mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-25 00:19:49 +02:00
Closes: https://bugs.gentoo.org/916229 Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33538 Signed-off-by: Sam James <sam@gentoo.org>
11 lines
429 B
Diff
11 lines
429 B
Diff
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -222,8 +222,6 @@ AC_DEFINE([LIBDPKG_VOLATILE_API], [1], [Acknowledge the volatility of the API.])
|
|
DPKG_COMPILER_WARNINGS
|
|
DPKG_COMPILER_SANITIZER
|
|
DPKG_COMPILER_ANALYZER
|
|
-DPKG_COMPILER_OPTIMIZATIONS
|
|
-DPKG_LINKER_OPTIMIZATIONS
|
|
DPKG_ARCHITECTURE
|
|
AC_DEFINE([PACKAGE_RELEASE], [PACKAGE_VERSION " (" ARCHITECTURE ")"],
|
|
[Define the project release information, version and architecture])
|