Skip to content

Commit 6bbe6d5

Browse files
authored
Make compile-time BUFFERSIZE setting actually reach the compiler/preprocessor
1 parent 018dec8 commit 6bbe6d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile.system

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1279,6 +1279,10 @@ CCOMMON_OPT += -DUSE_PAPI
12791279
EXTRALIB += -lpapi -lperfctr
12801280
endif
12811281

1282+
ifdef BUFFERSIZE
1283+
CCOMMON_OPT += -DBUFFERSIZE=$(BUFFERSIZE)
1284+
endif
1285+
12821286
ifdef DYNAMIC_THREADS
12831287
CCOMMON_OPT += -DDYNAMIC_THREADS
12841288
endif

0 commit comments

Comments
 (0)