Changeset 2b22e050 for src/benchmark
- Timestamp:
- May 14, 2018, 8:45:23 AM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, with_gc
- Children:
- a0cfa44
- Parents:
- 1dbc8590 (diff), 52df81c (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. - Location:
- src/benchmark
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/benchmark/Makefile.am
r1dbc8590 r2b22e050 43 43 44 44 %.runquiet : 45 @+make $(basename $@) 45 @+make $(basename $@) CFLAGS="-w" 46 46 @taskset -c 1 ./a.out 47 47 @rm -f a.out -
src/benchmark/Makefile.in
r1dbc8590 r2b22e050 459 459 460 460 %.runquiet : 461 @+make $(basename $@) 461 @+make $(basename $@) CFLAGS="-w" 462 462 @taskset -c 1 ./a.out 463 463 @rm -f a.out
Note:
See TracChangeset
for help on using the changeset viewer.