915428c8ed
symbols. yaml_bench can now repeat the benchmark many times in a single run. yaml_gen can now disable collection keys in mappings.
6 lines
97 B
Makefile
6 lines
97 B
Makefile
main:
|
|
dmd -w -gc -I../../ -L-L../../ -L-ldyaml yaml_bench.d
|
|
|
|
clean:
|
|
rm yaml_bench yaml_bench.o
|