vmxdev / tkvdb

Trie key-value database
ISC License
336 stars 24 forks source link

Addition of a build system generator #3

Open elfring opened 6 years ago

elfring commented 6 years ago

I suggest to reuse a higher level build system so that powerful checks for software features will become easier.

vmxdev commented 6 years ago

We are trying to keep it as simple as possible. In fact there is only one file to compile - "tkvdb.c". Files from "impl" directory are included in it more than once with different preprocessor defines. Is there reasons to complicate it?

elfring commented 6 years ago
vmxdev commented 6 years ago

Don't think it's really needed (at least for now).

However, I will not close this issue. If someone really needs it and will write build script (using build system should be optional, with the ability to bypass it), we will accept the pull request