change profile log type from warn to mesg

This commit is contained in:
Quinn
2025-04-14 00:00:24 +02:00
committed by Quinn
parent 0dacc79cac
commit bb7cbd22d5

View File

@@ -70,7 +70,7 @@ $(BIN): $(C_OBJ)
@mkdir -p $(@D)
@$(CC) $(LDFLAGS) -o $@ $(C_OBJ)
@$(call warn,"current profile: '$(PROF)'")
@$(call mesg,"current profile: '$(PROF)'")
# create .o and .d files for C sources
$(DIR_OBJ)/%.o: src/%.c