Changes in uspace/Makefile.common [4fb794c:b92a0ee] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile.common

    r4fb794c rb92a0ee  
    189189        -Wall -Wextra -Wno-clobbered -Wno-unused-parameter -Wmissing-prototypes \
    190190        -std=gnu99 -Werror-implicit-function-declaration -Wwrite-strings \
    191         -pipe -ggdb -D__$(ENDIANESS)__
     191        -pipe -g -D__$(ENDIANESS)__
    192192
    193193ICC_CFLAGS = $(LIBC_INCLUDES_FLAGS) -O$(OPTIMIZATION) -imacros $(CONFIG_HEADER) \
Note: See TracChangeset for help on using the changeset viewer.