diff options
author | ramon <ramongomez@us.es> | 2012-01-18 15:25:58 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2012-01-18 15:25:58 +0000 |
commit | a8d03444a9e0c337e6db947b752f4e3b78537a02 (patch) | |
tree | e80d4420784a0c1f014f1aac4c2b922b7df5e253 | |
parent | ca73ddf4899ba539ea66cd92c1dc9f4f7c7b839b (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
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |