From: Martin Mares Date: Thu, 13 Dec 2007 10:25:54 +0000 (+0100) Subject: Reverted the unwanted parts of the previous commit. X-Git-Tag: holmes-import~476^2~6^2 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=648fe04286035fdb6ea0738aca6b3307ab513bd0;p=libucw.git Reverted the unwanted parts of the previous commit. --- 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');