Stefan Sperling has restored this change.

Change subject: support ccache to speed up ttcn3 test compilation
......................................................................


Restored

Revisiting this: The problems at run-time are caused by omitting the -l flag to 
ttcn3_makefilegen. The ttcn3_makefilegen man page suggests that this flag is 
just an optimization, but it seems to be cruical for our test runs.

A Makefile generated with the -l option still performs a separate compilation 
step from C++ to bject file, and then also re-links object files as shared 
objects.

We can still benefit from ccache during the first compilation step from C++ 
code to object file.

-- 
To view, visit https://gerrit.osmocom.org/7601
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: restore
Gerrit-Change-Id: Ibb538f602206535c06980f88191c1dabe3c4cd82
Gerrit-PatchSet: 5
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Stefan Sperling <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Neels Hofmeyr <[email protected]>
Gerrit-Reviewer: Stefan Sperling <[email protected]>

Reply via email to