Skip to content

Commit

Permalink
fts5 build flag
Browse files Browse the repository at this point in the history
  • Loading branch information
fmartingr committed Nov 17, 2023
1 parent eee297e commit e942770
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ BASH ?= $(shell command -v bash 2> /dev/null)
# Development
SHIORI_DIR ?= dev-data

# Testing
GO_TEST_FLAGS ?= -v -race -count=1
GOTESTFMT_FLAGS ?=

# Build
CGO_ENABLED ?= 1
BUILD_TIME := $(shell date -u +%Y%m%d.%H%M%S)
BUILD_HASH := $(shell git describe --tags)
BUILD_TAGS ?= osusergo,netgo
BUILD_TAGS ?= osusergo,netgo,fts5
LDFLAGS += -s -w -X main.version=$(BUILD_HASH) -X main.date=$(BUILD_TIME)

# Testing
GO_TEST_FLAGS ?= -v -race -count=1 -tags $(BUILD_TAGS)
GOTESTFMT_FLAGS ?=

# Development
GIN_MODE ?= debug
SHIORI_DEVELOPMENT ?= true
Expand Down

0 comments on commit e942770

Please sign in to comment.