native-samples icon indicating copy to clipboard operation
native-samples copied to clipboard

Enhancement of cpp header-only-library sample

Open Brenne opened this issue 5 years ago • 0 comments

Removing the static library from the outgoing config, disabling CppCompile and CreateStaticLibrary tasks

Context

Benefit of this solution is that no unnecessary static library is created and neither a dummy source. In addition the changes result in increased performance because unnecessary tasks are disabled.

https://github.com/gradle/gradle-native/issues/1074

Contributor Checklist

Brenne avatar Jun 23 '20 12:06 Brenne