Add PICFLAG to build libc++experimental.a, so it can be used in all
situations. Noticed by: kib
This commit is contained in:
parent
02bfc69c03
commit
412400e0fd
@ -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