From a8d03444a9e0c337e6db947b752f4e3b78537a02 Mon Sep 17 00:00:00 2001 From: ramon Date: Wed, 18 Jan 2012 15:25:58 +0000 Subject: [PATCH] =?UTF-8?q?Versi=C3=B3n=201.0.2a,=20#479:=20corregir=20err?= =?UTF-8?q?ata=20de=20inclusi=C3=B3n=20en=20ficheros=20Makefile.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://opengnsys.es/svn/branches/version1.0@2443 a21b9725-9963-47de-94b9-378ad31fedc9 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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