From: Prashant TR MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14548.13155.449389.67817@envy.midpec.com> Date: Sun, 19 Mar 2000 06:54:43 +0500 (MVT) To: djgpp AT delorie DOT com Subject: Re: Compiling with DJGPP.... how can I speed it? In-Reply-To: <8b0l0r$7mh$1@news.kolumbus.fi> References: <8b0l0r$7mh$1 AT news DOT kolumbus DOT fi> Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 18 March 2000, Tero Laitinen wrote: > Hi. How can I speed up compilation process in DJGPP? I have coded one game > over 10000 lines and it takes a *long* time to compile..... Should I move > some code to a library or something? Have you installed a disk cache and a Ramdisk? If you haven't this is improve the performance greatly. Section 3.9 of the FAQ tells you in detail how to go about doing this.