Hey Andi,

>> When compiling with MSVC there are many warnings like these:
>> cl : Command line warning D9025 : overriding '/O1' with '/Od'
> You can always disable a certain warning in MSVC by warning number, eg.
>  -wd9025 (meaning "warning 9025 disabled").
Ok.

> But how did you arrive at such warning? /Od means "Optimization Disabled".
> Blindly, can yopu delete the /O1 from compiler flags?

These are my settings:

SET CFLAGS=/Od /EHsc /RTC1 /MTd /Gs /GS /Gy /GR /Zi /DHB_FM_STATISTICS
/D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE
SET LFLAGS=-DEBUG -DEBUGTYPE:CV

Patrick

------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to