gcc plugin forcing USEMMAP on Haiku

This commit is contained in:
David Carlier 2020-07-25 16:14:27 +00:00
parent 7959808384
commit ae41cedafe

View File

@ -71,6 +71,8 @@ endif
ifneq "$(shell uname -s)" "Haiku"
LDFLAGS += -lrt
else
CFLAGS_SAFE += -DUSEMMAP=1
endif
ifeq "$(shell uname -s)" "SunOS"