diff --git a/tools/project.conf b/tools/project.conf index 643c8de..d3e304f 100644 --- a/tools/project.conf +++ b/tools/project.conf @@ -1,6 +1,6 @@ targets=notes -cflags_force=`pkg-config --cflags libDesktop Mailer` -cflags=-W -Wall -g -O2 -pedantic -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-all +cflags_force=`pkg-config --cflags libDesktop Mailer` -fPIC +cflags=-W -Wall -g -O2 -pedantic -D_FORTIFY_SOURCE=2 -fstack-protector-all ldflags_force=`pkg-config --libs libDesktop` dist=Makefile