Added including of makefile.inc debug flags for compiler.
This commit is contained in:
parent
a9b2f199b6
commit
b069a16de7
@ -28,9 +28,8 @@ CC=cc
|
||||
CFLAGS=-c -fPIC -I/usr/include -I../../include -I../../../include \
|
||||
-I$(LOGPATH) -I$(UTILSPATH) -I$(QCLASSPATH) \
|
||||
-I$(MARIADB_SRC_PATH)/include -Wall -g
|
||||
ifdef DEBUG
|
||||
CFLAGS := $(CFLAGS) -DSS_DEBUG
|
||||
endif
|
||||
|
||||
include ../../../../makefile.inc
|
||||
|
||||
LDFLAGS=-shared -L$(LOGPATH) -L$(QCLASSPATH) -L$(MARIADB_SRC_PATH)/libmysqld \
|
||||
-Wl,-rpath,$(LOGPATH) -Wl,-rpath,$(UTILSPATH) -Wl,-rpath,$(QCLASSPATH) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user