1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-26 09:07:12 -07:00

stripping cross-compiled symbols is not a good idea

This commit is contained in:
Connor Olding 2013-11-06 01:17:34 -08:00
parent aa88197733
commit 2fcbb8e6cd

2
sh/mw
View File

@ -37,7 +37,7 @@ mingw-enable() {
_mw_export PATH "$PATH:$_mw_bin"
_mw_export PREFIX "$_mw_prefix"
_mw_export CFLAGS "-O2 -I $_mw_misc/include -I $_mw_prefix/include"
_mw_export LDFLAGS "-s -L $_mw_misc/lib -L $_mw_prefix/lib"
_mw_export LDFLAGS "-L $_mw_misc/lib -L $_mw_prefix/lib"
_mw_export CPPFLAGS ''
_mw_export CXXFLAGS "$CFLAGS"