[BuildTools-tickets] [BuildTools] #38: MSVC++ Version 8 compiler options wrong in debug mode

BuildTools coin-trac at coin-or.org
Sat Dec 9 20:57:17 EST 2006


#38: MSVC++ Version 8 compiler options wrong in debug mode
-------------------+--------------------------------------------------------
Reporter:  tkr     |       Owner:  andreasw           
    Type:  defect  |      Status:  new                
Priority:  minor   |   Component:  configuration tests
 Version:  0.5     |    Keywords:                     
-------------------+--------------------------------------------------------
 In the version 8 compiler, you specify -MTd to get code with debugging
 symbols and -MT to get code without debugging symbols. The option -Yd,
 which is the option currently used in coin.m4, is deprecated. Currently,
 you do not get code with debugging symbols with the cl compiler, even if
 you specify --enable-debug. Unfortunately, changing this will once again
 require a mass updating of configure scripts :(.

-- 
Ticket URL: <https://projects.coin-or.org/BuildTools/ticket/38>
BuildTools <http://projects.coin-or.org/BuildTools>
Tools for configuring and compiling COIN-OR codes



More information about the BuildTools-tickets mailing list