Re: [PATCH] Makefile: do not optimize when DEBUG=1

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Johannes Schindelin wrote:
> You can do that now by removing just the object files containing the
> code you want to debug, and saying "make DEBUG=1".
> [...]
> -CFLAGS = -g -O2 -Wall
> +CFLAGS = -g -Wall
> +ifndef DEBUG
> +       CFLAGS += -O2
> +endif

I think the shortcut to remove just the interesting object file does not
work because Makefile notices (the GIT-CFLAGS rule) that there are "new
flags or prefix", and so recompiles everything.

-- Hannes

-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]