notaz / picodrive

Fast MegaDrive/MegaCD/32X emulator
Other
290 stars 165 forks source link

FAMEC and MSVC 2010 #15

Open inactive123 opened 10 years ago

inactive123 commented 10 years ago

Seems that MSVC 2010 has severe problems with FAMEC as well - it can stay at the linking stage for at least half an hour.

Tried defining FAMEC_NO_GOTOS and that made no difference either.

Any ideas here? Seems it's not only Clang and older versions of GCC that have problems with FAMEC.

notaz commented 10 years ago

So the problem shows up while linking the final binary? Maybe link-time code generation is on? If so, try turning it off, it won't benefit PD much anyway.