From 648fe04286035fdb6ea0738aca6b3307ab513bd0 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 13 Dec 2007 11:25:54 +0100 Subject: [PATCH] Reverted the unwanted parts of the previous commit. --- lib/autoconf.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/autoconf.cfg b/lib/autoconf.cfg index a919f99c..bf372573 100644 --- a/lib/autoconf.cfg +++ b/lib/autoconf.cfg @@ -163,7 +163,7 @@ if (Get("CPU_ARCH") eq "unknown") { ### Compiler and its Options ### # C flags: tell the compiler we're speaking C99, and disable common symbols -Set("CLANG" => "-std=gnu99 -fno-common -fPIC"); +Set("CLANG" => "-std=gnu99 -fno-common"); # C optimizations Set("COPT" => '-O2'); -- 2.39.2