Not forcing -g anymore
This commit is contained in:
parent
f6b083f73d
commit
321e0e64b6
|
@ -1,5 +1,5 @@
|
||||||
targets=browser
|
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
|
cflags=-g
|
||||||
ldflags_force=`pkg-config gtk+-2.0 --libs`
|
ldflags_force=`pkg-config gtk+-2.0 --libs`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user