Skip to content

Commit

Permalink
trim build symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
pjdufour-truss committed Nov 12, 2018
1 parent 0708147 commit 222e1bb
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 @@ -89,7 +89,7 @@ pkg/assets/assets.go: pkg/paperwork/formtemplates/*
go-bindata -o pkg/assets/assets.go -pkg assets pkg/paperwork/formtemplates/

server_build: server_deps server_generate
go build -i -o bin/webserver ./cmd/webserver
go build -gcflags=-trimpath=$(GOPATH) -asmflags=-trimpath=$(GOPATH) -i -o bin/webserver ./cmd/webserver
# This command is for running the server by itself, it will serve the compiled frontend on its own
server_run_standalone: client_build server_build db_dev_run
DEBUG_LOGGING=true $(AWS_VAULT) ./bin/webserver
Expand Down

0 comments on commit 222e1bb

Please sign in to comment.