Jump to content

Home

Linux makefile like Lucasarts has?


Deathspike

Recommended Posts

Just recently i've seen the whole thing about "official makefile" so the damages and stuff are the same. Where do i get it, since i'd probably want to use it too then. I'm currently using the universal SDK so maybe it was already included, i'm not sure, hence i'm asking.

 

Thanks in advance.

Link to comment
Share on other sites

I'd be surprised if the makefile affected damages :/ I think one is included in the Universal SDK, should be in codemp/game but I've never used the Universal SDK so I don't know.

 

I know, I bet if all these mods that compiled with ICC used the correct flags with gcc they would have same or better results as base =/

 

I currently use:

All:

-pipe

-Wall

-fmessage-length=0

-fno-stack-protector (for gcc4)

-fno-strict-aliasing

 

With Linux:

-march=i686

-mmmx

-fexpensive-optimizations

-O3

-static (statically linked glibc instead of shared object)

-rdynamic

-m32

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...