summaryrefslogtreecommitdiffstats
path: root/configs/debian
diff options
context:
space:
mode:
Diffstat (limited to 'configs/debian')
-rw-r--r--configs/debian4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/debian b/configs/debian
index 793fb606852..2af0d1fc95f 100644
--- a/configs/debian
+++ b/configs/debian
@@ -7,9 +7,9 @@ CXX = c++
DEBIAN_COMMON_CPPFLAGS = -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -D_GNU_SOURCE -DUSE_XSHM -DPTHREADS `pkg-config --cflags x11 xext`
-DEBIAN_COMMON_CFLAGS = -std=c99 -pedantic -Wall -fPIC
+DEBIAN_COMMON_CFLAGS = -std=c99 -pedantic -Wall -fPIC -fno-strict-aliasing
-DEBIAN_COMMON_CXXFLAGS = -ansi -pedantic -Wall -fPIC
+DEBIAN_COMMON_CXXFLAGS = -ansi -pedantic -Wall -fPIC -fno-strict-aliasing
DEBIAN_OPT_CFLAGS = -O2