Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lavabit/magma.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 45f733f4..9cadd5d2 100644
--- a/Makefile
+++ b/Makefile
@@ -222,16 +222,16 @@ LDFLAGS ?=
LDFLAGS_COMBINED = -rdynamic $(LDFLAGS)
# Archiver Options
-ARFLAGS ?= rcs
+ARFLAGS = rcs
# Strip Options
-STRIPFLAGS ?= --strip-debug
+STRIPFLAGS = --strip-debug
# GProf Options
-GPROF ?= -pg -finstrument-functions -fprofile-arcs -ftest-coverage
+GPROF = -pg -finstrument-functions -fprofile-arcs -ftest-coverage
# PProf Options
-PPROF ?= -lprofiler
+PPROF = -lprofiler
# Miscellaneous External programs
MV = mv --force