mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-09 08:41:32 +00:00
gcc plugin forcing USEMMAP on Haiku
This commit is contained in:
parent
7959808384
commit
ae41cedafe
@ -71,6 +71,8 @@ endif
|
|||||||
|
|
||||||
ifneq "$(shell uname -s)" "Haiku"
|
ifneq "$(shell uname -s)" "Haiku"
|
||||||
LDFLAGS += -lrt
|
LDFLAGS += -lrt
|
||||||
|
else
|
||||||
|
CFLAGS_SAFE += -DUSEMMAP=1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq "$(shell uname -s)" "SunOS"
|
ifeq "$(shell uname -s)" "SunOS"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user