# HG changeset patch # User Matti Hamalainen # Date 1429224973 -10800 # Node ID 6a38bd30596ed49a59d0f5e1643851dc142d4afe # Parent 485c8ed6d3fe62f85d6cc525d3b6188d96e2708c Stricter compiler options. diff -r 485c8ed6d3fe -r 6a38bd30596e Makefile.gen --- 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