Loading Makefile +2 −2 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ endif endif ifndef VERBOSE QUIET_CC = @echo ' ' Compiling $<; QUIET_CC = @echo ' ' Compiling $< with $(CC); QUIET_LINK= @echo ' ' Linking $@; QUIET_AR = @echo ' ' Archiving $@; QUIET = @ Loading @@ -75,7 +75,7 @@ CFLAGS += -Wunused-but-set-variable LDLIBS += -lm # Clang sanitizer compiler options CCCLANG = clang CCCLANG = clang-18 ifeq "$(CLANG)" "0" CC = $(CCCLANG) endif Loading Loading
Makefile +2 −2 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ endif endif ifndef VERBOSE QUIET_CC = @echo ' ' Compiling $<; QUIET_CC = @echo ' ' Compiling $< with $(CC); QUIET_LINK= @echo ' ' Linking $@; QUIET_AR = @echo ' ' Archiving $@; QUIET = @ Loading @@ -75,7 +75,7 @@ CFLAGS += -Wunused-but-set-variable LDLIBS += -lm # Clang sanitizer compiler options CCCLANG = clang CCCLANG = clang-18 ifeq "$(CLANG)" "0" CC = $(CCCLANG) endif Loading