Explorar el Código

default -O3

master
gtheler hace 5 años
padre
commit
3424ff9802
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      configure.ac

+ 3
- 0
configure.ac Ver fichero

@@ -21,6 +21,9 @@ AC_PROG_CXX
AC_CHECK_HEADER([readline/readline.h])
AC_CHECK_LIB([readline], [readline])

# default is optimized without debugging symbols
AS_IF([test "$CXXFLAGS" = "-g -O2"], [CXXFLAGS="-O3"])

AC_MSG_NOTICE([creating version-conf.h])
cat << EOF > src/version-conf.h
#define COMPILATION_ARCH "${host_os} ${host_cpu}"

Cargando…
Cancelar
Guardar