Description: remove restrictive compiler flags
Author: Sascha Steinbiss <satta@debian.org>
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=834862
--- a/Makefile
+++ b/Makefile
@@ -146,14 +146,14 @@
 endif
 BITS_FLAG =
 
-ifeq (32,$(BITS))
-	BITS_FLAG = -m32
-endif
+#ifeq (32,$(BITS))
+#	BITS_FLAG = -m32
+#endif
 
-ifeq (64,$(BITS))
-	BITS_FLAG = -m64
-endif
-SSE_FLAG=-msse2
+#ifeq (64,$(BITS))
+#	BITS_FLAG = -m64
+#endif
+#SSE_FLAG=-msse2
 
 DEBUG_FLAGS    = -O0 -g3 $(BIToS_FLAG) $(SSE_FLAG)
 DEBUG_DEFS     = -DCOMPILER_OPTIONS="\"$(DEBUG_FLAGS) $(EXTRA_FLAGS)\""
