Skip to content

Commit

Permalink
Adding setxattr and removexattr. Checking if the DB file is writable …
Browse files Browse the repository at this point in the history
…to enable those functions. Refactoring the SQLite "prepare/step/finalize" loops
  • Loading branch information
silverdaz committed Dec 6, 2024
1 parent 7d58569 commit d7a7a4e
Show file tree
Hide file tree
Showing 4 changed files with 301 additions and 236 deletions.
6 changes: 6 additions & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ OBJS = src/fs.o src/sqlite-3.45.2/sqlite3.o src/main.o src/crypt4gh.o $(KEYS_OB

all: $(TARGET)

ifdef NO_DEBUG
CFLAGS+=-DNO_DEBUG
else
CFLAGS+=-g
endif

$(libdir) $(bindir):
mkdir -p $@

Expand Down
Loading

0 comments on commit d7a7a4e

Please sign in to comment.