From 32c4ad7eaffa7cac6ab2ea784e3bf60a6dfdaff8 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 6 Jun 2021 17:39:19 -0300 Subject: Revert "Makefile: Stick to POSIX $(CFLAGS) and $(LDFLAGS)" This reverts commit 107d9fa6012a9312bcee9da0bf86e6fa7a34cfef. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 30fb8f5..1b95d76 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .POSIX: CC = c99 -CFLAGS = -g -O1 -LDFLAGS = +CFLAGS = -std=c99 -Wall -Wextra -Wpedantic -fPIC -g -O3 +LDFLAGS = -Wl,-rpath,$$LIBRARY_PATH LDLIBS = PREFIX = /usr/local MANPREFIX = $(PREFIX)/share/man -- cgit v1.2.3