2
0
mirror of https://github.com/msantos/xmppipe synced 2024-11-13 13:10:32 +00:00

makefile: define behaviour for signed ints

This commit is contained in:
Michael Santos 2017-10-26 10:56:51 -04:00
parent 60895c46e4
commit 93c6e1378b

View File

@ -32,6 +32,7 @@ XMPPIPE_SANDBOX_RLIMIT_NOFILE ?= -1
XMPPIPE_CFLAGS ?= -g -Wall
CFLAGS += $(XMPPIPE_CFLAGS) \
-fwrapv \
-DXMPPIPE_SANDBOX=\"$(XMPPIPE_SANDBOX)\" \
-DXMPPIPE_SANDBOX_$(XMPPIPE_SANDBOX) \
-DXMPPIPE_SANDBOX_RLIMIT_NOFILE=$(XMPPIPE_SANDBOX_RLIMIT_NOFILE)