Changeset dd162f6 in mainline for uspace/Makefile.common


Ignore:
Timestamp:
2017-10-27T16:53:54Z (6 years ago)
Author:
jzr <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f9c4bc5
Parents:
476ac3b
Message:

Use -fdebug-prefix-map for reproducible debug info.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile.common

    r476ac3b rdd162f6  
    236236COMMON_CFLAGS = $(INCLUDES_FLAGS) -O$(OPTIMIZATION) -imacros $(CONFIG_HEADER) \
    237237        -ffreestanding -fno-builtin -nostdlib -nostdinc -fexec-charset=UTF-8 \
    238         -finput-charset=UTF-8 -D__$(ENDIANESS)__ -fno-common
     238        -finput-charset=UTF-8 -D__$(ENDIANESS)__ -fno-common \
     239        -fdebug-prefix-map=$(realpath $(ROOT_PATH))=.
    239240
    240241GCC_CFLAGS = -ffunction-sections -Wall -Wextra -Wno-clobbered \
Note: See TracChangeset for help on using the changeset viewer.