From 0a3803bb3f3cb019ee9cf371e0ed55be04e94a4f Mon Sep 17 00:00:00 2001 From: Tristan Riehs Date: Sat, 3 Feb 2024 18:02:49 +0100 Subject: CFLAGS adjusted for POSIX compliancy --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 1eb2838..a321aac 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ bin_PROGRAMS = rpt rpt_SOURCES = rpt.c -AM_CFLAGS = -std=c99 -Wall -Wextra -D_GNU_SOURCE +AM_CFLAGS = -std=c99 -Wall -Wextra -g -O2 -D_POSIX_C_SOURCE=200809L dist_man1_MANS = rpt.1 -- cgit v1.2.3