Explorar el Código

build: remove old and weird compiler flags overrides.

undefined
Sam Hocevar hace 10 años
padre
commit
e404e732b0
Se han modificado 1 ficheros con 0 adiciones y 9 borrados
  1. +0
    -9
      configure.ac

+ 0
- 9
configure.ac Ver fichero

@@ -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


Cargando…
Cancelar
Guardar