Changeset de23648 for benchmark/Makefile.in
- Timestamp:
- Apr 11, 2019, 1:57:53 PM (6 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 25773cd, 5a89a2b
- Parents:
- 7889f14 (diff), 07ac6d0 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
benchmark/Makefile.in
r7889f14 rde23648 371 371 372 372 # applies to both programs 373 AM_CFLAGS = -O2 -Wall - I$(srcdir) -lrt -pthread374 AM_CFAFLAGS = -quiet - in-tree -nodebug -std=c++14375 AM_UPPFLAGS = -quiet -nodebug -multi 373 AM_CFLAGS = -O2 -Wall -Wextra -Werror -I$(srcdir) -lrt -pthread 374 AM_CFAFLAGS = -quiet -nodebug -in-tree 375 AM_UPPFLAGS = -quiet -nodebug -multi -std=c++14 376 376 BENCH_V_CC = $(__bench_v_CC_$(__quiet)) 377 377 BENCH_V_CFA = $(__bench_v_CFA_$(__quiet))
Note: See TracChangeset
for help on using the changeset viewer.