Skip to content

Commit

Permalink
omit DWARF debug info when building BRO binaries (#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandreLamarre authored Dec 19, 2024
1 parent ea6c9b0 commit 55902b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cd $(dirname $0)/..

mkdir -p bin
if [ "$(uname)" = "Linux" ]; then
OTHER_LINKFLAGS="-extldflags -static -s"
OTHER_LINKFLAGS="-extldflags -static -s -w"
fi

LINKFLAGS="-X main.Version=$VERSION"
Expand Down

0 comments on commit 55902b5

Please sign in to comment.