Changeset 5a8037a7
- Timestamp:
- Apr 8, 2019, 12:14:39 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:
- e16797c
- Parents:
- 5806745
- Location:
- benchmark
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
benchmark/Makefile.am
r5806745 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 -nodebug -std=c++1425 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)) -
benchmark/Makefile.in
r5806745 r5a8037a7 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.