diff --git a/polymer/eduke32/Makefile.common b/polymer/eduke32/Makefile.common
index 16c9e2aaa..b60b6e460 100644
--- a/polymer/eduke32/Makefile.common
+++ b/polymer/eduke32/Makefile.common
@@ -205,7 +205,7 @@ ifeq (1,$(strip $(shell expr $(GCC_MAJOR) \>= 4)))
     endif
     M_TUNE_GENERIC := -mtune=generic
     M_STACKREALIGN := -mstackrealign
-    W_STRICT_OVERFLOW := -Wstrict-overflow=1
+    W_STRICT_OVERFLOW := -Wno-strict-overflow
 endif
 
 ifeq ($(PLATFORM),WINDOWS)