Skip to content

Commit bb8103c

Browse files
committed
Removed -static from mingw compile
1 parent 6020737 commit bb8103c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package-avr-gcc.bash

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ elif [[ $OS == "Msys" || $OS == "Cygwin" ]] ; then
4747
export PATH=$PATH:/c/MinGW/bin/:/c/cygwin/bin/
4848
export CC="mingw32-gcc -m32"
4949
export CXX="mingw32-g++ -m32"
50-
export CFLAGS="-DWIN32 -static"
51-
export CXXFLAGS="-DWIN32 -static"
52-
export LDFLAGS="-DWIN32 -static"
50+
export CFLAGS="-DWIN32"
51+
export CXXFLAGS="-DWIN32"
52+
export LDFLAGS="-DWIN32"
5353
export MAKE_JOBS=1
5454
OUTPUT_TAG=i686-mingw32
5555

0 commit comments

Comments
 (0)