From 7f1e5ded3dd2ef10e5740d2185a168b5701bbc47 Mon Sep 17 00:00:00 2001 From: Petko Bordjukov Date: Thu, 9 Jun 2016 02:03:46 +0300 Subject: [PATCH 4/4] Produce a static binary --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6f53ade..ac4f3ab 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ TOOFAR_OK= CFLAGS = -O3 -funroll-loops -fomit-frame-pointer # [note that -Wall is a gcc-specific compilation flag ("all warnings on")] -LDFLAGS = +LDFLAGS = -static O = .o E = -- 2.8.3