mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
14 lines
379 B
Diff
14 lines
379 B
Diff
diff --git a/configure.ac b/configure.ac
|
|
index 0936760..ce8feb7 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -6,8 +6,6 @@ AC_CONFIG_AUX_DIR([ac])
|
|
AM_INIT_AUTOMAKE([subdir-objects -Wall -Wno-portability foreign])
|
|
AM_SILENT_RULES([yes])
|
|
|
|
-# Without this line, AC_PROG_CC boneheadedly adds `-g -O2` to our CFLAGS.
|
|
-AC_SUBST(CFLAGS, "")
|
|
AC_PROG_CC
|
|
AC_USE_SYSTEM_EXTENSIONS
|
|
|