Ver código fonte

build: remove old and weird compiler flags overrides.

undefined
Sam Hocevar 12 anos atrás
pai
commit
e404e732b0
1 arquivos alterados com 0 adições e 9 exclusões
  1. +0
    -9
      configure.ac

+ 0
- 9
configure.ac Ver arquivo

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


Carregando…
Cancelar
Salvar