compile: dont set -g -O2 by default, leave it to the envir
This commit is contained in:
parent
eec0ac92f3
commit
cd1bf1adad
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ RECOLL_DATADIR = ${datadir}/recoll
|
|||
@NOPIC@PICFLAGS = $(SYSPICFLAGS)
|
||||
@NOTHREADS@LIBTHREADS = $(LIBSYSTHREADS)
|
||||
|
||||
LOCALCXXFLAGS = -g -O2 -Wall -Wno-unused \
|
||||
LOCALCXXFLAGS = -Wall -Wno-unused \
|
||||
$(INCICONV) $(XAPIANCXXFLAGS) $(X_CFLAGS) \
|
||||
-DRECOLL_DATADIR=\"$(RECOLL_DATADIR)\" \
|
||||
-DLIBDIR=\"$(libdir)\" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue