mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-03 13:27:28 -08:00
15 lines
343 B
Diff
15 lines
343 B
Diff
--- 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 = .
|