changeset 52:6a38bd30596e

Stricter compiler options.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 17 Apr 2015 01:56:13 +0300
parents 485c8ed6d3fe
children d989cf142f8c
files Makefile.gen
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.gen	Fri Apr 17 01:56:06 2015 +0300
+++ b/Makefile.gen	Fri Apr 17 01:56:13 2015 +0300
@@ -1,6 +1,6 @@
 CFLAGS += -g -W -Wall -Wextra
 CFLAGS += -O2
-#CFLAGS += -std=c99 -pedantic
+CFLAGS += -std=c11 -pedantic -D_XOPEN_SOURCE=500
 THLIBS=th-libs/
 
 MKDIR ?= mkdir