From 930a61412bc584ff6784e573042009d4e3f45fb6 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 9 Jan 2017 18:00:15 +0100 Subject: Fix warnings and add config.mk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- config.mk | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 config.mk (limited to 'config.mk') diff --git a/config.mk b/config.mk new file mode 100644 index 0000000..6561b50 --- /dev/null +++ b/config.mk @@ -0,0 +1,3 @@ +CFLAGS = -std=c99 -Wall -pedantic -O2 +CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 +LDFLAGS = -lm -s -- cgit v1.2.3-70-g09d2