blob: 02c297955be69f37e9069fb8f2138c0ff03c64a0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
--- libs/Makefile.lib.common.orig 2019-02-27 16:25:45 UTC
+++ libs/Makefile.lib.common
@@ -1,5 +1,5 @@
-CFLAGS += -Wall -O3
+CFLAGS?= -Wall -O3
ifeq ($(DEBUG_POLICY),DEBUG)
CPPFLAGS += -g # enable for general debugging
|