Skip to content

Commit

Permalink
Removed some of the compiler flags.
Browse files Browse the repository at this point in the history
  • Loading branch information
conor10 committed May 9, 2018
1 parent 6b85b76 commit e03572a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Expand Up @@ -30,7 +30,7 @@ format:
compile:
stage: build
script:
- go build -race -ldflags "-extldflags '-static'" -o $CI_PROJECT_DIR/crux
- go build -race -o $CI_PROJECT_DIR/crux
artifacts:
paths:
- crux

0 comments on commit e03572a

Please sign in to comment.