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
@ -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 New Issue
Block a user