summaryrefslogtreecommitdiff
path: root/configs/debian
diff options
context:
space:
mode:
Diffstat (limited to 'configs/debian')
-rw-r--r--configs/debian2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/debian b/configs/debian
index 4f668ea2439..793fb606852 100644
--- a/configs/debian
+++ b/configs/debian
@@ -7,7 +7,7 @@ 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 = -ansi -pedantic -Wall -fPIC -std=c99
+DEBIAN_COMMON_CFLAGS = -std=c99 -pedantic -Wall -fPIC
DEBIAN_COMMON_CXXFLAGS = -ansi -pedantic -Wall -fPIC