ikev2: decrease inlining 86/33186/3
authorBenoît Ganne <bganne@cisco.com>
Wed, 7 Jul 2021 12:45:10 +0000 (14:45 +0200)
committerDamjan Marion <dmarion@me.com>
Fri, 20 Aug 2021 11:19:22 +0000 (11:19 +0000)
IKEv2 is not optimized for dataplane processing and do not really
benefit from aggressive inlining. Let the compiler decide to improve
build time (from 205s to 30s).

Type: refactor

Change-Id: I5286880b35d338d669ec9382bf049d4486c04947
Signed-off-by: Benoît Ganne <bganne@cisco.com>

No differences found