Changes in uspace/Makefile.common [9c14309:eca820c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile.common
r9c14309 reca820c 158 158 159 159 AFLAGS = 160 LFLAGS = --fatal-warnings 160 LFLAGS = --fatal-warnings --warn-common 161 161 162 162 # FIXME: This condition is a workaround for issues #692 and #693. … … 234 234 COMMON_CFLAGS = $(INCLUDES_FLAGS) -O$(OPTIMIZATION) -imacros $(CONFIG_HEADER) \ 235 235 -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))=. 237 238 238 239 GCC_CFLAGS = -ffunction-sections -Wall -Wextra -Wno-clobbered \
Note:
See TracChangeset
for help on using the changeset viewer.