Oops, don't remove -fexceptions flag.

This commit is contained in:
David Xu 2010-10-08 01:53:33 +00:00
parent 0c3c9625a0
commit 0935fc89af

View File

@ -27,6 +27,7 @@ CFLAGS+=-I${.CURDIR}/../libthread_db
CFLAGS+=-Winline
.ifndef NO_THREAD_UNWIND_STACK
CFLAGS+=-fexceptions
CFLAGS+=-D_PTHREAD_FORCED_UNWIND
.endif