mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add PICFLAG to build libc++experimental.a, so it can be used in all
situations. Noticed by: kib
This commit is contained in:
parent
6403a57bcc
commit
fc539a44ac
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ SRCS+= filesystem/path.cpp
|
|||
SRCS+= memory_resource.cpp
|
||||
|
||||
WARNS?= 0
|
||||
CXXFLAGS+= ${PICFLAG}
|
||||
CXXFLAGS+= -isystem ${SRCDIR}/include
|
||||
CXXFLAGS+= -nostdinc++
|
||||
CXXFLAGS+= -nostdlib
|
||||
|
|
|
|||
Loading…
Reference in a new issue