[go: up one dir, main page]

Menu

[b40542]: / stream / GNUmakefile  Maximize  Restore  History

Download this file

22 lines (15 with data), 759 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
TOPDIR ?= ..
include Makefile.common
TESTS-yes += $(TESTS_NON_MSVC)
include $(TOPDIR)/Makefile.subdir.gnu
test_stream1.$o: CPPFLAGS += -DSTXXL_VERBOSE_LEVEL=1
test_push_sort.$o: CPPFLAGS += -DSTXXL_VERBOSE_LEVEL=0
test_stream.$o: CPPFLAGS += -DSTXXL_VERBOSE_LEVEL=1
test_materialize.$o: CPPFLAGS += -DSTXXL_VERBOSE_LEVEL=0 -DSTXXL_VERBOSE_MATERIALIZE=STXXL_VERBOSE0
ifeq ($(strip $(USE_MCSTL)),yes)
# ICPC 10.0: internal error: backend signals (issue 466173)
$(call reduce_optimization,3,1,test_stream,Version_10.0,32-bit,any)
$(call reduce_optimization,3,1,test_stream1,Version_10.0,32-bit,any)
$(call reduce_optimization,3,1,test_sorted_runs,Version_10.0,32-bit,any)
$(call reduce_optimization,3,0,test_push_sort,Version_10.0,32-bit,any)
endif