diff --git a/Makefile b/Makefile index 8f9a613..cfd06d4 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ INSTALL_DIR := /opt/opengnsys # Opciones de compilacion CFLAGS := $(shell mysql_config --cflags) CFLAGS += -O0 -g -Wall -I../../Includes # Depuracion -#CFLAGS += -O3 -Wall -I../../Includes # Optimizacion +#CFLAGS += -O3 -I../../Includes # Optimizacion CPPFLAGS := $(CFLAGS) # Opciones de linkado