You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enabling FLB_RELEASE should enable compiler optimizations. However, if
FLB_DEBUG was enabled at the same time, no optimization settings were
applied. Now, FLB_RELEASE will always enable optimizations and includes
debug information (CMAKE_BUILD_TYPE is RelWithDebInfo).
Signed-off-by: Christian Norbert Menges <christian.norbert.menges@sap.com>
Signed-off-by: ahspw <ahspvirtuallife@gmail.com>
0 commit comments