Changeset 5beb6cd
- Timestamp:
- Feb 14, 2017, 5:18:36 PM (8 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, resolv-new, with_gc
- Children:
- 3149e7e
- Parents:
- efd60d67 (diff), cf97ccb (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:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/benchmark/Makefile.am
refd60d67 r5beb6cd 44 44 @rm -f ./a.out 45 45 46 csv-data: 47 @${CC} ${AM_CFLAGS} ${CFLAGS} $${ccflags} -nodebug -lrt -quiet -DN=10000000 csv-data.c 48 @./a.out 49 @rm -f ./a.out -
src/benchmark/Makefile.in
refd60d67 r5beb6cd 491 491 @rm -f ./a.out 492 492 493 csv-data: 494 @${CC} ${AM_CFLAGS} ${CFLAGS} $${ccflags} -nodebug -lrt -quiet -DN=10000000 csv-data.c 495 @./a.out 496 @rm -f ./a.out 497 493 498 # Tell versions [3.59,3.63) of GNU make to not export all variables. 494 499 # Otherwise a system limit (for SysV at least) may be exceeded.
Note: See TracChangeset
for help on using the changeset viewer.