diff options
author | Alice Frosi <afrosi@redhat.com> | 2023-02-21 14:16:27 +0100 |
---|---|---|
committer | Alice Frosi <afrosi@redhat.com> | 2023-02-21 14:16:27 +0100 |
commit | 371064324dda4d761178975dedc2537f42865904 (patch) | |
tree | cf949aae1db859c3dbe38516270b2adc6f8f2cc4 | |
parent | 6836f70961b72899c2d11229ad1428ab16574a60 (diff) | |
download | seitan-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
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |