Skip to content
Snippets Groups Projects
Commit 277fb247 authored by Jacek Klimkowicz's avatar Jacek Klimkowicz
Browse files

Added disabling user information to TPD


Compiler can be instructed to not generate the user and time
information in the header of the generated .cc and .hh files
by providing '-D' flag. However, ttcn3_makefilegen cannot
generate Makefile with this flag added to COMPILER_FLAGS.

To avoid Makefile postprocessing phase, a TPD schema of
'MakefileSettings' element has been extended with optional boolean
element 'disableUserInformation'. If set to true, '-D' flag
will be added to COMPILER_FLAGS in Makefile.

Signed-off-by: default avatarJacek Klimkowicz <jakl@semihalf.com>
parent 9f94ba7f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment