mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2026-01-07 16:59:58 +01:00
update for PR #53
- the quotes need to preserve, i think compile tested on x86_64
This commit is contained in:
parent
92fa97a07d
commit
5769416fbe
2
Makefile
2
Makefile
|
|
@ -17,7 +17,7 @@ endif
|
|||
DEBUGFLAGS := -g -D_DEBUG
|
||||
RELEASEFLAGS := -DNDEBUG -DwxDEBUG_LEVEL=0
|
||||
export CXX := $(shell wx-config --cxx)
|
||||
export CFLAGS := -O2 -Wall $(shell wx-config --cxxflags) -DLOG_DIR='$(LOGDIR)' -DCONF_DIR='$(CONFDIR)' -DDATA_DIR='$(DATADIR)'
|
||||
export CFLAGS := -O2 -Wall $(shell wx-config --cxxflags) -DLOG_DIR='"$(LOGDIR)"' -DCONF_DIR='"$(CONFDIR)"' -DDATA_DIR='"$(DATADIR)"'
|
||||
ifeq ($(BUILD), debug)
|
||||
export CFLAGS := $(CFLAGS) $(DEBUGFLAGS)
|
||||
else ifeq ($(BUILD), release)
|
||||
|
|
|
|||
Loading…
Reference in a new issue