diff options
Diffstat (limited to 'scripts/build.sh')
| -rwxr-xr-x | scripts/build.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/build.sh b/scripts/build.sh index a526a679c..67d1b017f 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -19,6 +19,8 @@ GO_GCFLAGS=${GO_GCFLAGS-} # - nomsgpack: removes msgpack encoding from gin (which we don't use anyway) (reduced binary size) # - stdlibjson: sets encoding/json instead of goccy/go-json for minio (reduced binary size) # - nootel: disables compiling-in otel support (reduced binary size) +# - nosqlite: disables compiling-in sqlite support (reduced binary size) +# - nopostgres: disables compiling-in postgres support (reduced binary size) # - noerrcaller: disables caller function prefix in errors (slightly better performance, at cost of err readability) # - debug: enables /debug/pprof endpoint (adds debug, at performance cost) # - debugenv: enables /debug/pprof endpoint if DEBUG=1 env during runtime (adds debug, at performance cost) |
