diff options
-rw-r--r-- | Makefile.mingw | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.mingw b/Makefile.mingw index 352bb1eed2..13e8bb45e1 100644 --- a/Makefile.mingw +++ b/Makefile.mingw @@ -19,7 +19,7 @@ RM_REC = $(RM) -r ZIP = zip -q CP = cp -CFLAGS = -g -O -Wall -Wstrict-prototypes -Wuninitialized -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Werror +CFLAGS = -g -O -Wall -Wstrict-prototypes -Wuninitialized -Wno-long-long -Wno-multichar -Wno-unknown-pragmas DEFINES = LDFLAGS := INCLUDES:= -I. -Icommon -Iscumm $(SDL_CFLAGS) |