X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile;h=11efc4180414c0236ee2ef66705ac56cd02f029e;hb=409e4b547872db78dbf50f63cf75d2422d5fbb3d;hp=d48f52f2943b81273ea3c5546fdb1c97815ef090;hpb=83e37a834525594e26067021f7df298662906f04;p=platform%2Fkernel%2Fu-boot.git diff --git a/Makefile b/Makefile index d48f52f..11efc41 100644 --- a/Makefile +++ b/Makefile @@ -761,10 +761,10 @@ KBUILD_CFLAGS += $(call cc-disable-warning, maybe-uninitialized) # change __FILE__ to the relative path from the srctree KBUILD_CFLAGS += $(call cc-option,-fmacro-prefix-map=$(srctree)/=) -KBUILD_CFLAGS += -g +KBUILD_CFLAGS += -gdwarf-4 # $(KBUILD_AFLAGS) sets -g, which causes gcc to pass a suitable -g # option to the assembler. -KBUILD_AFLAGS += -g +KBUILD_AFLAGS += -gdwarf-4 # Report stack usage if supported # ARC tools based on GCC 7.1 has an issue with stack usage