aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-03-04 14:47:43 -0300
committerEuAndreh <eu@euandre.org>2021-03-04 14:47:43 -0300
commit61c17d9d529add763fa98d591a1ed391c1b879a2 (patch)
tree914062a9d641ab4805c51b7c0c1adb99a6abf91c /Makefile
parentclang-format (diff)
downloadremembering-61c17d9d529add763fa98d591a1ed391c1b879a2.tar.gz
remembering-61c17d9d529add763fa98d591a1ed391c1b879a2.tar.xz
Makefile: Add -O3 to CFLAGS
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b0c4576..92641b2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
.POSIX:
CC = c99
-CFLAGS = -std=c99 -Wall -Wextra -Wpedantic -fPIC -g
+CFLAGS = -std=c99 -Wall -Wextra -Wpedantic -fPIC -g -O3
LDFLAGS = -Wl,-rpath,$$LIBRARY_PATH
LDLIBS =
PREFIX = /usr/local