[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] Problems building Freetype 2.10.0 on VS2005
From: |
Alexei Podtelezhnikov |
Subject: |
Re: [ft-devel] Problems building Freetype 2.10.0 on VS2005 |
Date: |
Fri, 31 May 2019 14:04:27 -0400 |
> > We actually have EnableIntrinsicFunctions="true" in both Debug and
> > Release configurations in the out-of-box project files. Can you try
> > adding that option to your Debug configuration?
>
> The only thing that gives me pause about doing this, is that presumably
> there must be a reason why it's not set like that out of the box (i.e.
> in a standard newly generated VS project file for Debug mode). Does it
> harm the debuggability of the generated exe?
Our vc2010+ Debug configurations do not set it. Yet it builds fine. I
guess we should remove it.
I guess /Oi is only really required in vc2005. I need to check vc2008.
I don't know...