forked from Bananymous/banan-os
BAN: StringView::Split now accepts a function
Original overload with char is not threadsafe anymore, but I don't want to duplicate code :)
This commit is contained in:
@@ -16,7 +16,7 @@ LIBDIR?=$(EXEC_PREFIX)/lib
|
||||
CFLAGS:=$(CFLAGS) -Iinclude -ffreestanding -Wall -Wextra
|
||||
CPPFLAGS:=$(CPPFLAGS)
|
||||
LIBBANK_CFLAGS:=$(CFLAGS) -D__is_kernel -Iinclude -ffreestanding -Wall -Wextra
|
||||
LIBBANK_CPPFLAGS:=$(CPPFLAGS) -fno-rtti -fno-exceptions
|
||||
LIBBANK_CPPFLAGS:=$(CPPFLAGS) -fno-rtti -fno-exceptions -fno-threadsafe-statics
|
||||
|
||||
ARCHDIR=arch/$(HOSTARCH)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user