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
Some build systems set CFLAGS in environment before the build, but they
got overridden by CFLAGS immediate assignment operator.
Replace immediate assignment with append directive and use override
directive, so the former definition of CFLAGS gets passed either from
command line or via environment is completely expanded (see [1] for
detailed explanation of override directive and variable append).
Link: [1] https://www.gnu.org/software/make/manual/html_node/Override-Directive.html
Signed-off-by: Andrey Zhizhikin <[email protected]>
Reviewed-by: Jerome Forissier <[email protected]>
Reviewed-by: Joakim Bech <[email protected]>
0 commit comments