Changes in benchmark/Makefile.am [5a8037a7:528ccc8]
- File:
-
- 1 edited
-
benchmark/Makefile.am (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/Makefile.am
r5a8037a7 r528ccc8 21 21 include $(top_srcdir)/src/cfa.make 22 22 23 AM_CFLAGS = -O2 -Wall - Wextra -Werror -I$(srcdir) -lrt -pthread24 AM_CFAFLAGS = -quiet - nodebug -in-tree25 AM_UPPFLAGS = -quiet -nodebug -multi -std=c++1423 AM_CFLAGS = -O2 -Wall -I$(srcdir) -lrt -pthread 24 AM_CFAFLAGS = -quiet -in-tree -nodebug 25 AM_UPPFLAGS = -quiet -nodebug -multi 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.c143 144 141 ## ========================================================================================================= 145 142 CTXSWITCH_DEPEND = \ … … 147 144 function.run \ 148 145 fetch_add.run \ 149 tls-fetch_add.run \150 146 ctxswitch-pthread.run \ 151 147 ctxswitch-cfa_coroutine.run \
Note:
See TracChangeset
for help on using the changeset viewer.