do not opttimize graph node functions in debug builds
Change-Id: I5b4cd419d317381a06e7e6d703373959f4bbd97b Signed-off-by: Damjan Marion <damarion@cisco.com>
This commit is contained in:

committed by
Damjan Marion

parent
e87865dd85
commit
5ad75f5dea
@@ -33,7 +33,7 @@
|
||||
#endif
|
||||
|
||||
|
||||
#if __GNUC__ > 4 && !__clang__
|
||||
#if __GNUC__ > 4 && !__clang__ && CLIB_DEBUG == 0
|
||||
#define CLIB_CPU_OPTIMIZED __attribute__ ((optimize ("O3")))
|
||||
#else
|
||||
#define CLIB_CPU_OPTIMIZED
|
||||
|
Reference in New Issue
Block a user