Skip to content

Commit

Permalink
add support for appending cflags via command line
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodrr committed Oct 22, 2024
1 parent a9d5255 commit d863848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SQLITE_SRC = deps/$(SQLITE_VERSION)/src
SQLITE_AMALGAMATION_URL = https://sqlite.org/2024/sqlite-amalgamation-3460100.zip
SQLITE_AMALGAMATION_PATH = deps/sqlite-amalgamation-3460100

CFLAGS += -Ideps/$(SQLITE_VERSION)/ext/fts5 -I$(SQLITE_AMALGAMATION_PATH) -Os -Wall -Wextra
override CFLAGS += -Ideps/$(SQLITE_VERSION)/ext/fts5 -I$(SQLITE_AMALGAMATION_PATH) -Os -Wall -Wextra
CONDITIONAL_CFLAGS = -lm

UNAME_S := $(shell uname -s)
Expand Down

0 comments on commit d863848

Please sign in to comment.