Skip to content

Commit

Permalink
ruby-head: Strip binaries produced by gcc linker
Browse files Browse the repository at this point in the history
This is regarding oneclick/rubyinstaller2#130
Changing the debugflags didn't have an effect to the binary size.
  • Loading branch information
aifeelit committed Oct 20, 2018
1 parent 65988aa commit 7a6425e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mingw-w64-ruby-head/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ build() {
--host=${MINGW_CHOST} \
--target=${MINGW_CHOST} \
--with-out-ext=readline,pty,syslog \
debugflags=
"LDFLAGS=-pipe -s"

make showflags main
echo "Generate HTML documentation"
Expand Down

0 comments on commit 7a6425e

Please sign in to comment.