Changeset e15683e
- Timestamp:
- Feb 24, 2020, 2:21:48 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- ce9338c
- Parents:
- 959f6ad
- Location:
- benchmark
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
benchmark/Makefile.am
r959f6ad re15683e 22 22 23 23 AM_CFLAGS = -O2 -Wall -Wextra -I$(srcdir) -lrt -pthread # -Werror 24 AM_CFAFLAGS = -quiet - nodebug25 AM_UPPFLAGS = -quiet - nodebug -multi -std=c++1424 AM_CFAFLAGS = -quiet -debug 25 AM_UPPFLAGS = -quiet -debug -multi -std=c++14 26 26 27 27 BENCH_V_CC = $(__bench_v_CC_$(__quiet)) … … 513 513 compile-typeof$(EXEEXT): 514 514 $(CFACOMPILE) -fsyntax-only -w $(testdir)/typeof.cfa 515 516 ## ========================================================================================================= 517 518 size$(EXEEXT) : size-cfa.runquiet 519 520 size-cfa$(EXEEXT): 521 $(BENCH_V_CFA)$(CFACOMPILE) $(srcdir)/size/size.cfa -
benchmark/Makefile.in
r959f6ad re15683e 387 387 # applies to both programs 388 388 AM_CFLAGS = -O2 -Wall -Wextra -I$(srcdir) -lrt -pthread # -Werror 389 AM_CFAFLAGS = -quiet - nodebug390 AM_UPPFLAGS = -quiet - nodebug -multi -std=c++14389 AM_CFAFLAGS = -quiet -debug 390 AM_UPPFLAGS = -quiet -debug -multi -std=c++14 391 391 BENCH_V_CC = $(__bench_v_CC_$(__quiet)) 392 392 BENCH_V_CFA = $(__bench_v_CFA_$(__quiet)) … … 1147 1147 $(CFACOMPILE) -fsyntax-only -w $(testdir)/typeof.cfa 1148 1148 1149 size$(EXEEXT) : size-cfa.runquiet 1150 1151 size-cfa$(EXEEXT): 1152 $(BENCH_V_CFA)$(CFACOMPILE) $(srcdir)/size/size.cfa 1153 1149 1154 # Tell versions [3.59,3.63) of GNU make to not export all variables. 1150 1155 # Otherwise a system limit (for SysV at least) may be exceeded.
Note: See TracChangeset
for help on using the changeset viewer.