From 991a37f06b096ded9720502f5b7ba78f42aa4dbd Mon Sep 17 00:00:00 2001
From: Holden Rohrer
Date: Thu, 9 Jul 2020 20:33:48 -0400
Subject: removed -g flag because binary is stripped
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'Makefile')
diff --git a/Makefile b/Makefile
index 81bcdc5..63715a3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
.POSIX:
OBJS = strbst.o ll.o nodelink.o read.o main.o
-CFLAGS = -Wall -pedantic -O2 -g
+CFLAGS = -Wall -pedantic -O2
CC = c99
BIN = /usr/local/bin
OUT = tmplt
--
cgit