Changeset abec2f8
- Timestamp:
- Sep 23, 2019, 2:08:22 PM (6 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 849720f
- Parents:
- 679363c
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
benchmark/Makefile.am
r679363c rabec2f8 22 22 23 23 AM_CFLAGS = -O2 -Wall -Wextra -I$(srcdir) -lrt -pthread # -Werror 24 AM_CFAFLAGS = -quiet -nodebug -in-tree24 AM_CFAFLAGS = -quiet -nodebug 25 25 AM_UPPFLAGS = -quiet -nodebug -multi -std=c++14 26 26 -
benchmark/Makefile.in
r679363c rabec2f8 376 376 # applies to both programs 377 377 AM_CFLAGS = -O2 -Wall -Wextra -I$(srcdir) -lrt -pthread # -Werror 378 AM_CFAFLAGS = -quiet -nodebug -in-tree378 AM_CFAFLAGS = -quiet -nodebug 379 379 AM_UPPFLAGS = -quiet -nodebug -multi -std=c++14 380 380 BENCH_V_CC = $(__bench_v_CC_$(__quiet)) -
longrun_tests/Makefile.am
r679363c rabec2f8 43 43 -I$(srcdir) \ 44 44 -DTEST_$(shell cat .type | tr a-z A-Z) \ 45 -in-tree46 45 47 46 TESTS = block coroutine create disjoint enter enter3 processor stack wait yield -
tests/pybin/settings.py
r679363c rabec2f8 96 96 distribute = False 97 97 98 self.string = "installed" if value else "in -tree"98 self.string = "installed" if value else "in tree" 99 99 self.flags = """installed=%s""" % ("yes" if value else "no") 100 100
Note: See TracChangeset
for help on using the changeset viewer.