elixir-sqlite / exqlite

An SQLite3 driver for Elixir
https://hexdocs.pm/exqlite
MIT License
217 stars 48 forks source link

Ensure same SQLITE flags across Makefile and Makefile.win #130

Closed kevinlang closed 3 years ago

kevinlang commented 3 years ago

I notice that Makefile.win does not have any of our SQLite flags that we pass to the Unix equivalent, unless I am missing something. We will want to make sure those are the same for consistency.

warmwaffles commented 3 years ago

I think I should add tests to cover each one of these defines so that way when the windows CI gets set up and running we can have it verified there.