Changes in benchmark/Makefile.am [528ccc8:5a8037a7]
- File:
-
- 1 edited
-
benchmark/Makefile.am (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/Makefile.am
r528ccc8 r5a8037a7 21 21 include $(top_srcdir)/src/cfa.make 22 22 23 AM_CFLAGS = -O2 -Wall - I$(srcdir) -lrt -pthread24 AM_CFAFLAGS = -quiet - in-tree -nodebug25 AM_UPPFLAGS = -quiet -nodebug -multi 23 AM_CFLAGS = -O2 -Wall -Wextra -Werror -I$(srcdir) -lrt -pthread 24 AM_CFAFLAGS = -quiet -nodebug -in-tree 25 AM_UPPFLAGS = -quiet -nodebug -multi -std=c++14 26 26 27 27 BENCH_V_CC = $(__bench_v_CC_$(__quiet)) … … 139 139 $(BENCH_V_CC)$(COMPILE) -DBENCH_N=500000000 $(srcdir)/fetch_add.c 140 140 141 tls-fetch_add$(EXEEXT): 142 $(BENCH_V_CC)$(COMPILE) -DBENCH_N=500000000 $(srcdir)/tls-fetch_add.c 143 141 144 ## ========================================================================================================= 142 145 CTXSWITCH_DEPEND = \ … … 144 147 function.run \ 145 148 fetch_add.run \ 149 tls-fetch_add.run \ 146 150 ctxswitch-pthread.run \ 147 151 ctxswitch-cfa_coroutine.run \
Note:
See TracChangeset
for help on using the changeset viewer.