sandbox/ods/src/build.yaml

17 lines
251 B
YAML
Raw Normal View History

2018-02-01 21:01:02 +00:00
compilers:
cxx: clang++
ld: clang++
2018-02-01 21:01:02 +00:00
targets:
cc:
ch01ex01: []
ch01ex03: []
ch01ex04: []
ch01ex05: []
2018-02-01 22:05:36 +00:00
# disabled due to flakey C++17 support.
# ch01ex06: []
# list_bench: []
# sset_bench: []
# uset_bench: []