X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/0cf90cca0c924622f3fee8d2a3fafa8238363dc6..0b6fbe304e14f104a9e8cf43a09bf60709d44207:/lunaix-os/makefile.usr diff --git a/lunaix-os/makefile.usr b/lunaix-os/makefile.usr index d71ad71..7cbec35 100644 --- a/lunaix-os/makefile.usr +++ b/lunaix-os/makefile.usr @@ -16,7 +16,7 @@ $(OBJECT_DIR)/%.S.o: %.S $(OBJECT_DIR)/%.c.o: %.c @mkdir -p $(@D) @echo " CC $<" - @$(CC) $(INCLUDES) -c $< -o $@ $(CFLAGS) + @$(CC) $(INCLUDES) $(CFLAGS) -g -c $< -o $@ $(BIN_DIR)/$(USR_LIB): $(OBJS) @echo " AR $@"