Users should be able to set their own compilation and link flags.
You use "-O3". This flag should be placed before $(CFLAGS) to allow users to choose optimization flags.
This change is contained in this patch: https://cgit.freebsd.org/ports/tree/databases/sqlite-ext-vec/files/patch-Makefile (except of the -O3 placement part).
PR: #292
Users should be able to set their own compilation and link flags.
You use "-O3". This flag should be placed before $(CFLAGS) to allow users to choose optimization flags.
This change is contained in this patch: https://cgit.freebsd.org/ports/tree/databases/sqlite-ext-vec/files/patch-Makefile (except of the -O3 placement part).
PR: #292