mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove debug symbol from installed library, one can always
use compiled version in libthr directory.
This commit is contained in:
parent
148b7ece93
commit
02e98e495b
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,6 @@
|
|||
# system call stubs.
|
||||
LIB=thr
|
||||
SHLIB_MAJOR= 1
|
||||
DEBUG_FLAGS=-g
|
||||
CFLAGS+=-DPTHREAD_KERNEL
|
||||
CFLAGS+=-I${.CURDIR}/../libc/include -I${.CURDIR}/thread \
|
||||
-I${.CURDIR}/../../include
|
||||
|
|
@ -25,6 +24,7 @@ LDFLAGS= -Wl,--version-script=${.CURDIR}/pthread.map
|
|||
|
||||
# enable extra internal consistancy checks
|
||||
CFLAGS+=-D_PTHREADS_INVARIANTS -Wall
|
||||
CFLAGS+=-g
|
||||
|
||||
PRECIOUSLIB=
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue