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
Do not reset CFLAGS when configuring software for target
configure for target software has been invoked `./configure
CFLAGS=$CFLAGS_FOR_TARGET`, however if CFLAGS_FOR_TARGET is empty, then that
cause reset CFLAGS to be empty as well, therefore default CFLAGS of package
will be never used, which often leads to software compiled without
optimizations and debug symbols.
Signed-off-by: Anton Kolesov <[email protected]>
0 commit comments