sandbox/ods/src/build.yaml

18 lines
270 B
YAML

compilers:
cxx: clang++
ld: clang++
targets:
cc:
ch01ex01: []
ch01ex03: []
ch01ex04: []
ch01ex05: []
array_test: []
# disabled due to flakey C++17 support.
# ch01ex06: []
# list_bench: []
# sset_bench: []
# uset_bench: []