• Christopher Covington's avatar
    Allow for user CFLAGS · 9ca415c3
    Christopher Covington authored
    Ideally, a user could set CFLAGS on the command line to contain
    compilation options and include and library paths (or maybe set
    those last two with CPPFLAGS and LDFLAGS). Unfortunately, setting
    CFLAGS on the command line currently short-circuits essential
    logic in the makefile and breaks the build. After a first failed
    attempt it appears that a monolithic overhaul or "flag day" to
    fix this is a substantial undertaking, so for now just provide a
    workaround in the form of a USERCFLAGS variable.
    Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
    9ca415c3
Makefile 7.27 KB