aboutgitcodelistschat:MatrixIRC
path: root/Makefile
diff options
context:
space:
mode:
authorAlice Frosi <afrosi@redhat.com>2023-02-21 14:16:27 +0100
committerAlice Frosi <afrosi@redhat.com>2023-02-21 14:16:27 +0100
commit371064324dda4d761178975dedc2537f42865904 (patch)
treecf949aae1db859c3dbe38516270b2adc6f8f2cc4 /Makefile
parent6836f70961b72899c2d11229ad1428ab16574a60 (diff)
downloadseitan-371064324dda4d761178975dedc2537f42865904.tar
seitan-371064324dda4d761178975dedc2537f42865904.tar.gz
seitan-371064324dda4d761178975dedc2537f42865904.tar.bz2
seitan-371064324dda4d761178975dedc2537f42865904.tar.lz
seitan-371064324dda4d761178975dedc2537f42865904.tar.xz
seitan-371064324dda4d761178975dedc2537f42865904.tar.zst
seitan-371064324dda4d761178975dedc2537f42865904.zip
makefile: add variable to set temporary data size
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 526e407..79155e0 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,7 @@ AUDIT_ARCH := $(shell echo $(AUDIT_ARCH) | sed 's/PPC64/PPC/')
AUDIT_ARCH := $(shell echo $(AUDIT_ARCH) | sed 's/PPCLE/PPC64LE/')
CFLAGS += -DSEITAN_AUDIT_ARCH=AUDIT_ARCH_$(AUDIT_ARCH)
+CFLAGS += -DTMP_DATA_SIZE=1000
CFLAGS += -Wall -Wextra -pedantic
export CFLAGS