Not forcing -g anymore

This commit is contained in:
Pierre Pronchery 2006-06-18 16:04:44 +00:00
parent f6b083f73d
commit 321e0e64b6

View File

@ -1,5 +1,5 @@
targets=browser
cflags_force=-W -Wall -ansi -g -O2 `pkg-config gtk+-2.0 --cflags`
cflags_force=-W -Wall -ansi -O2 `pkg-config gtk+-2.0 --cflags`
cflags=-g
ldflags_force=`pkg-config gtk+-2.0 --libs`