[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
BOUNCE rtl@rtlinux.org: Approval required: (fwd)
- To: rtl@rtlinux.org
- Subject: BOUNCE rtl@rtlinux.org: Approval required: (fwd)
- From: Der Herr Hofrat <der.herr@hofr.at>
- Date: Wed, 2 May 2001 14:40:44 +0200 (CEST)
>From owner-rtl Wed May 2 07:27:51 2001
Received: from kanga.hofr.at (N731P008.adsl.highway.telekom.at [62.47.35.72])
by hq.fsmlabs.com (8.11.2/8.11.2) with ESMTP id f42DRnJ07219
for <rtl@rtlinux.org>; Wed, 2 May 2001 07:27:50 -0600
Received: (from hofrat@localhost)
by kanga.hofr.at (8.10.2/8.10.2/SuSE Linux 8.10.0-0.3) id f42CPx423263
for rtl@rtlinux.org; Wed, 2 May 2001 14:25:59 +0200
From: Der Herr Hofrat <der.herr@hofr.at>
Message-Id: <200105021225.f42CPx423263@kanga.hofr.at>
Subject: Re: size of modules
In-Reply-To: <200105021320.f42DKEN07169@hq.fsmlabs.com> from "owner-rtl@fsmlabs.com"
at "May 2, 2001 07:20:14 am"
To: rtl@rtlinux.org
Date: Wed, 2 May 2001 14:25:59 +0200 (CEST)
X-Mailer: ELM [version 2.4ME+ PL60 (25)]
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
>
> hi everyone
> just for curiosity, how come rtl adds so much overhead
> when a source file is compiled to be loaded on the
> kernel.
> Sometimes I get files 2000% larger than when compiled
> for uesr space.
> thanks
> Raul
>
you have debuging enabled (make menuconfig -> [ ] Enable Debuging)
so everything is compiled with -g . You can turn it off or simply
use strip -g MODULE.o to "shrink" it.
hofrat