diff options
| -rw-r--r-- | Makefile.mingw.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.mingw.common b/Makefile.mingw.common index 24afb1bfb..6dc1617ef 100644 --- a/Makefile.mingw.common +++ b/Makefile.mingw.common @@ -143,7 +143,7 @@ VERSION_NR = 0.43+devel VERSION = \"$(VERSION_NR)\" ####### the XP_WIN def is necessary for libjs.a -CFLAGS = -O3 -g -Wall -mms-bitfields -DVERSION=$(VERSION) \ +CFLAGS = -O3 -Wall -mms-bitfields -DVERSION=$(VERSION) \ -DXP_WIN -D_INTL_REDIRECT_INLINE -DHAVE_CONFIG_H ####### Inkboard abilities. |
