- Timestamp:
- 2017-10-09T18:17:05Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 02667d9
- Parents:
- ca207e0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile.common
rca207e0 rd75dc05 244 244 -Wwrite-strings -pipe 245 245 246 ICC_CFLAGS = -Wall -Wextra -Wno-clobbered -Wno-unused-parameter \247 -Wmissing-prototypes -Werror-implicit-function-declaration \248 -Wwrite-strings -pipe249 250 246 # -Wno-missing-prototypes is there because it warns about main(). 251 247 # This should be fixed elsewhere. … … 261 257 ifeq ($(CONFIG_LINE_DEBUG),y) 262 258 GCC_CFLAGS += -ggdb 263 ICC_CFLAGS += -g264 259 CLANG_CFLAGS += -g 265 260 endif … … 293 288 ifeq ($(COMPILER),gcc_native) 294 289 CFLAGS += $(COMMON_CFLAGS) $(GCC_CFLAGS) 295 DEPEND_DEFS = $(DEFS) $(CONFIG_DEFS)296 endif297 298 ifeq ($(COMPILER),icc)299 CFLAGS += $(COMMON_CFLAGS) $(ICC_CFLAGS)300 290 DEPEND_DEFS = $(DEFS) $(CONFIG_DEFS) 301 291 endif
Note:
See TracChangeset
for help on using the changeset viewer.