summaryrefslogtreecommitdiff
blob: a204791ce5b5e7eb1449a5f0a0f7868956a0e6f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- a/Makefile
+++ b/Makefile
@@ -38,9 +38,8 @@
 INSTALLMANPATH = $(INSTALLBASE)/man
 INSTALLMANMODE = 444
 GCCOPTS = -Wall -Wstrict-prototypes
-CC = cc
-CFLAGS = $(SWITCHES) -g
-LDFLAGS = $(SWITCHES) # -s
+CC ?= cc
+CFLAGS += $(SWITCHES) 
 # To use an architecture-specific compile directory (inside of the
 # source directory):
 ARCHDIR = .