]> git.puffer.fish Git - matthieu/nova.git/commitdiff
go need to be verbose
authoricecodder <git@icecodder.me>
Sun, 15 Jan 2023 15:31:29 +0000 (16:31 +0100)
committericecodder <git@icecodder.me>
Sun, 15 Jan 2023 15:31:29 +0000 (16:31 +0100)
Makefile

index 756e26e14798fa687fccb3402bd8f87cb3425a24..e7e96e0d3799b934217d18e8dba69dd8f068d252 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ all:
        @cp target/release/webhook build/bin
 
        # Builds go
-       go build -a -ldflags '-s' -o build/bin/nova cmd/nova/nova.go
+       go build -a -x -ldflags '-s' -o build/bin/nova cmd/nova/nova.go
 
 docker-images:
        docker-compose build