nalgeon / sqlean

The ultimate set of SQLite extensions
MIT License
3.76k stars 120 forks source link

build: respect CC and CFLAGS in Makefile #136

Closed herbygillot closed 2 months ago

herbygillot commented 2 months ago

This change allows for the Makefile to respect the $CC and $CFLAGS variables on platforms where those are usually set.

nalgeon commented 2 months ago

Thank you for the PR! Unfortunately, it does not work on Windows.

herbygillot commented 2 months ago

OK, reverted changes for Windows specifically.

nalgeon commented 2 months ago

Thank you!

herbygillot commented 2 months ago

Thank you!

Much appreciated 🙏🏾