Skip to content

Commit

Permalink
ruby-head: Disable debugging symbols in ruby and extention builds
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Oct 18, 2018
1 parent b444aa3 commit 6b26acb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mingw-w64-ruby-head/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ build() {
--build=${MINGW_CHOST} \
--host=${MINGW_CHOST} \
--target=${MINGW_CHOST} \
--with-out-ext=readline,pty,syslog
--with-out-ext=readline,pty,syslog \
debugflags=

make showflags main
echo "Generate HTML documentation"
Expand Down

0 comments on commit 6b26acb

Please sign in to comment.