]> granicus.if.org Git - gc/commit
Update compiler options in gc.mak (Win32)
authorIvan Maidanski <ivmai@mail.ru>
Mon, 14 Sep 2015 08:25:03 +0000 (11:25 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 14 Sep 2015 08:25:03 +0000 (11:25 +0300)
commit8ae8f2c1011cb5c542285ccb0d04efae0b12f085
treefa81485128291b67701b532edf2f90d72c50dfd4
parent568e3e300993061ea41f879cbe11a6468ee0f866
Update compiler options in gc.mak (Win32)

* gc.mak (CFG): Fix info about default configuration.
* gc.mak (CPP_PROJ): Replace deprecated /GX option with /EHsc; remove
deprecated /YX option; add /D _CRT_SECURE_NO_DEPRECATE option (to
suppress warning about vsprintf usage).
gc.mak