trace_setdeffilename

Set the output file name for the optimized profile linker DEF file (-profile switch). An empty name will set the output to stdout.

extern (C)
void
trace_setdeffilename
(
string name
)

Parameters

name
Type: string

file name Note: This is a dmd specific setting.

Suggestion Box / Bug Report