aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-06 17:39:19 -0300
committerEuAndreh <eu@euandre.org>2021-06-06 17:39:19 -0300
commit32c4ad7eaffa7cac6ab2ea784e3bf60a6dfdaff8 (patch)
treee635cf6891ae3fa0703ee1602f940dcac0b29e37 /Makefile
parentTODOs.md: Mark #task-4686d9a5-3514-e7f2-25de-b3cf66199124 as DONE (diff)
downloadremembering-32c4ad7eaffa7cac6ab2ea784e3bf60a6dfdaff8.tar.gz
remembering-32c4ad7eaffa7cac6ab2ea784e3bf60a6dfdaff8.tar.xz
Revert "Makefile: Stick to POSIX $(CFLAGS) and $(LDFLAGS)"
This reverts commit 107d9fa6012a9312bcee9da0bf86e6fa7a34cfef.
Diffstat (limited to '')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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