# HG changeset patch # User Matti Hamalainen # Date 1670508418 -7200 # Node ID e63f0ca2e7dc39c81f97d37250fd96fcff234ec1 # Parent 9807ae37ad69bb14f92703cc8cf41c9d55ec4e08 Be -pedantic. diff -r 9807ae37ad69 -r e63f0ca2e7dc Makefile.gen --- a/Makefile.gen Thu Dec 08 15:59:22 2022 +0200 +++ b/Makefile.gen Thu Dec 08 16:06:58 2022 +0200 @@ -24,6 +24,7 @@ CFLAGS += -g -W -Wall -D_FILE_OFFSET_BITS=64 -D_POSIX_C_SOURCE=200808L $(EXTRA_CFLAGS) CXXFLAGS = $(CFLAGS) CFLAGS += -std=c11 +CFLAGS += -pedantic DM_CFLAGS += -I$(DMLIB_SRC) $(SDL_CFLAGS) DM_LDFLAGS += $(LDFLAGS)