Changeset 18ad03f3 in mainline for kernel/Makefile


Ignore:
Timestamp:
2008-06-18T21:21:22Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
934b2e0
Parents:
2a3124c
Message:

Frame pointers will make debugging much easier.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/Makefile

    r2a3124c r18ad03f3  
    4444
    4545GCC_CFLAGS = -I$(INCLUDES) -O$(OPTIMIZATION) \
    46         -fno-builtin -fomit-frame-pointer -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes -Werror \
     46        -fno-builtin -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes -Werror \
    4747        -nostdlib -nostdinc
    4848
    4949ICC_CFLAGS = -I$(INCLUDES) -O$(OPTIMIZATION) \
    50         -fno-builtin -fomit-frame-pointer -Wall -Wmissing-prototypes -Werror \
     50        -fno-builtin -Wall -Wmissing-prototypes -Werror \
    5151        -nostdlib -nostdinc \
    5252        -wd170
Note: See TracChangeset for help on using the changeset viewer.