Skip to content

configure: don't pass -gcodeview to the linker

Steve Lhomme requested to merge robUx4/vlc:gcodeview-link into master

CFLAGS is added to the linker flags and newer LLVM don't like that. CPPFLAGS is used during C compilation and C++ but not added to LDFLAGS.

Merge request reports