Changeset 7a8f5246 for benchmark/Makefile.am
- Timestamp:
- Mar 22, 2019, 10:52:46 AM (3 years ago)
- Branches:
- arm-eh, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr
- Children:
- d4a60ac
- Parents:
- 17129659
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
benchmark/Makefile.am
r17129659 r7a8f5246 22 22 23 23 AM_CFLAGS = -O2 -Wall -I$(srcdir) -lrt -pthread 24 AM_CFAFLAGS = -quiet -in-tree -nodebug 24 AM_CFAFLAGS = -quiet -in-tree -nodebug -std=c++14 25 25 AM_UPPFLAGS = -quiet -nodebug -multi 26 26 … … 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.