Changeset 17d214e in mainline for uspace/Makefile.common


Ignore:
Timestamp:
2013-06-19T07:01:34Z (12 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b49d872
Parents:
72759ffe
Message:

Remove bdd, we have blkdump.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile.common

    r72759ffe r17d214e  
    171171        OPTIMIZATION = s
    172172else
    173         OPTIMIZATION = 3
     173        OPTIMIZATION = 0
    174174endif
    175175
     
    189189        -Wall -Wextra -Wno-clobbered -Wno-unused-parameter -Wmissing-prototypes \
    190190        -std=gnu99 -Werror-implicit-function-declaration -Wwrite-strings \
    191         -pipe -g -D__$(ENDIANESS)__
     191        -pipe -ggdb -D__$(ENDIANESS)__
    192192
    193193ICC_CFLAGS = $(LIBC_INCLUDES_FLAGS) -O$(OPTIMIZATION) -imacros $(CONFIG_HEADER) \
Note: See TracChangeset for help on using the changeset viewer.