mirror of https://git.48k.eu/ogserver
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-378ad31fedc9master
parent
ca73ddf489
commit
a8d03444a9
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in New Issue