mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-12 08:47:50 +01:00
use compiler flags that ease debugging
This commit is contained in:
parent
5d9fb3e326
commit
90cca0c92b
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ OBJ = $(PLATFORM)/linuxmain.o \
|
||||||
LIBS = -lm -L $(HOME)/usr/local/pilot/lib $(GPROFFLAG)
|
LIBS = -lm -L $(HOME)/usr/local/pilot/lib $(GPROFFLAG)
|
||||||
# -lprc
|
# -lprc
|
||||||
# -pg
|
# -pg
|
||||||
CFLAGS = -g -Wall -O2 $(GPROFFLAG)
|
CFLAGS = -g -Wall $(GPROFFLAG)
|
||||||
|
|
||||||
ifneq (,$(findstring DPLATFORM_GTK,$(DEFINES)))
|
ifneq (,$(findstring DPLATFORM_GTK,$(DEFINES)))
|
||||||
# LIBS += `pkg-config --libs gtk+-2.0`
|
# LIBS += `pkg-config --libs gtk+-2.0`
|
||||||
|
|
Loading…
Add table
Reference in a new issue