Is there possible have variable to check if the thread is on or off in the nim.cfg, I need to change the cc option according the thread flag.
@if thread
vcc.options.always="/nologo /MT"
@else
vcc.options.always="/nologo"
@end
But there is no thread flag now.