« Prev | Next » Can I disable the compile time warning messages in the command line? Description I am receiving the following message during the compilation: Warning: DAGGEN_0523: The source is compiled without the -dbg switch. Line breakpoints and code coverage will not be available? Is there an easy way to disable this warning? Solution In the batch mode do the folowing: echofile switches -nowarn DAGGEN_0523 echofile switches -o3 echofile switches -93 acom -f switches "$dsn/src/<File_name>.vhd" acom -f switches "$dsn/src/<File_name>.vhd" Previous article Next article