Changes in uspace/Makefile.common [9c14309:eca820c] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile.common

    r9c14309 reca820c  
    158158
    159159AFLAGS =
    160 LFLAGS = --fatal-warnings
     160LFLAGS = --fatal-warnings --warn-common
    161161
    162162# FIXME: This condition is a workaround for issues #692 and #693.
     
    234234COMMON_CFLAGS = $(INCLUDES_FLAGS) -O$(OPTIMIZATION) -imacros $(CONFIG_HEADER) \
    235235        -ffreestanding -fno-builtin -nostdlib -nostdinc -fexec-charset=UTF-8 \
    236         -finput-charset=UTF-8 -D__$(ENDIANESS)__
     236        -finput-charset=UTF-8 -D__$(ENDIANESS)__ -fno-common \
     237        -fdebug-prefix-map=$(realpath $(ROOT_PATH))=.
    237238
    238239GCC_CFLAGS = -ffunction-sections -Wall -Wextra -Wno-clobbered \
Note: See TracChangeset for help on using the changeset viewer.