From 100285a325c8b715961d5f79ff69c678d6b0288d Mon Sep 17 00:00:00 2001 From: Dmitry Babokin Date: Thu, 16 Oct 2014 20:23:44 +0400 Subject: [PATCH] Typo. Keep LDFLAGS commented. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f0eebef5..d4481629 100644 --- a/Makefile +++ b/Makefile @@ -179,7 +179,7 @@ ifeq ($(ARCH_OS),Linux) # Linking everything statically isn't easy (too many things are required), # but linking libstdc++ and libgcc is necessary when building with relatively # new gcc, when going to distribute to old systems. - LDFLAGS=-static-libgcc -static-libstdc++ +# LDFLAGS=-static-libgcc -static-libstdc++ endif LEX=flex