summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorramon <ramongomez@us.es>2012-01-18 15:25:58 +0000
committerramon <ramongomez@us.es>2012-01-18 15:25:58 +0000
commita8d03444a9e0c337e6db947b752f4e3b78537a02 (patch)
treee80d4420784a0c1f014f1aac4c2b922b7df5e253 /Makefile
parentca73ddf4899ba539ea66cd92c1dc9f4f7c7b839b (diff)
VersiĆ³n 1.0.2a, #479: corregir errata de inclusiĆ³n en ficheros Makefile.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@2443 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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