From 1bb67abf3c6816b6f2c22eaeb1bdc355c4c95a46 Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Fri, 30 Apr 2021 11:11:08 +0200 Subject: build: switch release build to -O3 Type: make Change-Id: Ia39c2f847e7b4907fdd3fcac75897b8b4c545a65 Signed-off-by: Damjan Marion --- src/vnet/interface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vnet') diff --git a/src/vnet/interface.h b/src/vnet/interface.h index 9d2f2a1c81d..70f51cd5837 100644 --- a/src/vnet/interface.h +++ b/src/vnet/interface.h @@ -330,7 +330,7 @@ static __clib_unused vnet_device_class_t __clib_unused_##x r->next_registration = devclass.tx_fn_registrations; \ devclass.tx_fn_registrations = r; \ } \ - uword CLIB_CPU_OPTIMIZED CLIB_MARCH_SFX (devclass##_tx_fn) + uword CLIB_MARCH_SFX (devclass##_tx_fn) /** * Link Type: A description of the protocol of packets on the link. -- cgit 1.2.3-korg