BBVA / qed

The scalable, auditable and high-performance tamper-evident log project
https://qed.readthedocs.io/
Apache License 2.0
94 stars 19 forks source link

Preliminary DragonFly BSD support #182

Open tuxillo opened 4 years ago

tuxillo commented 4 years ago

Changes are untested in linux/darwin

tuxillo commented 4 years ago

Not sure how you can turn on/off jemalloc when you have to specify LDFLAGS for each platform in flags.go.

gdiazlo commented 4 years ago

The code is already there, it differenciates between linux and osx. With a new flag which, instead of being called dbsd should be called nojemmalloc or simmilar. On the other hand, does jemalloc support landed on dbsd?