Jump to content

minimum gcc compiler / compiler optimization?


raymond
 Share

Recommended Posts

Mininum supported gcc is 4.4, but you can use a newer one. Usually you use the default one provided by your distro. SpiderMonkey 31 will require at least 4.6 (used by Ubuntu 12.04, oldest supported release). Dropping old compilers means dropping support for old distro.

About the opt flag -O2 is the common choice for official release. -O3 may or not be faster, it makes the binary larger and sometime slower (e.g. uses more cache). Pyrogenesis already uses -O3, that change is for fcollada library only.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...