From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261261AbVGVS5u (ORCPT ); Fri, 22 Jul 2005 14:57:50 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262131AbVGVS5u (ORCPT ); Fri, 22 Jul 2005 14:57:50 -0400 Received: from rly-ip03.mx.aol.com ([64.12.138.7]:18371 "EHLO rly-ip03.mx.aol.com") by vger.kernel.org with ESMTP id S261261AbVGVS5t (ORCPT ); Fri, 22 Jul 2005 14:57:49 -0400 Message-ID: <42E14134.1040804@yahoo.co.uk> Date: Fri, 22 Jul 2005 19:55:48 +0100 From: christos gentsis User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: linux-kernel@vger.kernel.org Subject: kernel optimization Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AOL-IP: 195.93.24.100 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org hello i would like to ask if it possible to change the optimization of the kernel from -O2 to -O3 :D, how can i do that? if i change it to the top level Makefile does it change to all the Makefiles? And let's say that i change it... does this generate any problems with the space that the kernel will take? (the kernel will be much larger) Thanks Chris