mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-12 00:10:52 +00:00
11 lines
156 B
Diff
11 lines
156 B
Diff
--- a/src/Makefile
|
|
+++ b/src/Makefile
|
|
@@ -1,5 +1,5 @@
|
|
-CC=gcc
|
|
-LD=gcc
|
|
+CC?=gcc
|
|
+LD?=gcc
|
|
|
|
ifdef DEBUG
|
|
CFLAGS += -g -DDEBUG=$(DEBUG) -fstack-protector-all
|