Procházet zdrojové kódy

build: remove old and weird compiler flags overrides.

undefined
Sam Hocevar před 11 roky
rodič
revize
e404e732b0
1 změnil soubory, kde provedl 0 přidání a 9 odebrání
  1. +0
    -9
      configure.ac

+ 0
- 9
configure.ac Zobrazit soubor

@@ -112,21 +112,12 @@ dnl Build mode
ac_cv_my_build_mode="devel"
if test "x${enable_release}" = "xyes"; then
ac_cv_my_build_mode="release"
CFLAGS=""
LDFLAGS=""
CXXFLAGS=""
fi
if test "x${enable_devel}" = "xyes"; then
ac_cv_my_build_mode="devel"
CFLAGS=""
LDFLAGS=""
CXXFLAGS=""
fi
if test "x${enable_debug}" = "xyes"; then
ac_cv_my_build_mode="debug"
CFLAGS=""
LDFLAGS=""
CXXFLAGS=""
fi

if test "x${ac_cv_my_build_mode}" = "xdebug"; then


Načítá se…
Zrušit
Uložit