Modding, Mission Design, and Coding > FS2 Open Coding - The Source Code Project (SCP)

Source Code

<< < (2/2)

Bobboau:
how do you do that
also is there a way to speed up compiling, it takes like two hours

TurboNed:

--- Quote ---Originally posted by Bobboau
how do you do that
also is there a way to speed up compiling, it takes like two hours
--- End quote ---


You could remove all the parts that slow things down.  Like the code.  And I've heard that constants and variables just eat up processor time and memory.  Ditch them too.

  --TurboNed

##UnknownPlayer##:
In MSVC++ 6 you goto Build->Set Active Configuration->Win32 Release

That SHOULD get rid of the Asserts to the best of my understanding, which will speed up your built version.

Navigation

[0] Message Index

[*] Previous page

Go to full version