Changeset cf97ccb for src/benchmark
- Timestamp:
- Feb 14, 2017, 5:05:47 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:
- 5beb6cd, facc44f
- Parents:
- 35cd219
- Location:
- src/benchmark
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/benchmark/Makefile.am
r35cd219 rcf97ccb 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
r35cd219 rcf97ccb 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.