regressions: Fix ck_queue, remove debug CFLAGS, inherit PTHREAD_CFLAGS.

Reported by Johan Bergstrom (http://github.com/jbergstroem).
ck_pring
Samy Al Bahra 13 years ago
parent 4fc1717975
commit 02109beef7

@ -15,4 +15,4 @@ clean:
rm -rf *~ *.o $(OBJECTS) *.dSYM
include ../../../build/regressions.build
CFLAGS+=-O0 -g3
CFLAGS+=$(PTHREAD_CFLAGS)

Loading…
Cancel
Save