Skip to content

Commit

Permalink
Don't specify strict warnings on MinGW.
Browse files Browse the repository at this point in the history
  • Loading branch information
bentley committed Feb 22, 2015
1 parent d067f31 commit d81d128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ src/asm/asmy.h: src/asm/asmy.c
# install instructions instead.
mingw:
$Qenv PATH=/usr/local/mingw32/bin:/bin:/usr/bin:/usr/local/bin \
make CC=gcc CFLAGS="-I/usr/local/mingw32/include \
make WARNFLAGS= CC=gcc CFLAGS="-I/usr/local/mingw32/include \
-D__progname=\\\"\\\" \
${CFLAGS}"
$Qmv rgbasm rgbasm.exe
Expand Down

0 comments on commit d81d128

Please sign in to comment.