c++ - How can I set the `c` variant for the `/RTC` option if I need it? -
ms visual studio 2015.
according msdn possible point c
value of /rtc
key. don't see variant in items of combobox:
if choose default
item see /rtc1
variant applied again:
if set value manually:
then see /rtc
option disappeared command line:
why /rtc
key of visual studio c++ project absent variant c
in combobox? how can set variant if need it?
for unknown options (for ide, not you), can add manually additional options box in command line settings.
but particular option not forgotten, next it, named smaller type check. not in combobox signal because independent of it. can compile /rtc1
alone, /rtcc
or both /rtc1 /rtcc
.
you can argue /rtc1
/rtcs /rtcu
, 2 independend. right, , of course, proper gui 1 checkbox each of options. way historical reasons.
Comments
Post a Comment