Ignore:
Timestamp:
Nov 24, 2006, 6:10:00 AM (19 years ago)
Author:
bird
Message:

Cleaned up the -s and -g usage.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/tools/GCC3OMF.kmk

    r573 r584  
    2929TOOL_GCC3OMF_CC                 := gcc$(HOSTSUFF_EXE)
    3030TOOL_GCC3OMF_COBJSUFF           := .o
    31 TOOL_GCC3OMF_CFLAGS             := -g -Zomf
    32 TOOL_GCC3OMF_CFLAGS.debug       := -O0
     31TOOL_GCC3OMF_CFLAGS             := -Zomf
     32TOOL_GCC3OMF_CFLAGS.debug       := -g
     33TOOL_GCC3OMF_CFLAGS.profile     := -g -O2 #-pg
    3334TOOL_GCC3OMF_CFLAGS.release     := -O2
    34 TOOL_GCC3OMF_CFLAGS.profile     := -O2 #-pg
    3535TOOL_GCC3OMF_CINCS              :=
    3636TOOL_GCC3OMF_CDEFS              :=
     
    3939TOOL_GCC3OMF_CXXOBJSUFF         := .o
    4040TOOL_GCC3OMF_CXXOBJSUFF         := .o
    41 TOOL_GCC3OMF_CXXFLAGS           := -g -Zomf
    42 TOOL_GCC3OMF_CXXFLAGS.debug     := -O0
     41TOOL_GCC3OMF_CXXFLAGS           := -Zomf
     42TOOL_GCC3OMF_CXXFLAGS.debug     := -g
     43TOOL_GCC3OMF_CXXFLAGS.profile   := -g -O2 #-pg
    4344TOOL_GCC3OMF_CXXFLAGS.release   := -O2
    44 TOOL_GCC3OMF_CXXFLAGS.profile   := -O2 #-pg
    4545TOOL_GCC3OMF_CXXINCS            :=
    4646TOOL_GCC3OMF_CXXDEFS            :=
    4747
    4848TOOL_GCC3OMF_AS                 := gcc$(HOSTSUFF_EXE)
    49 TOOL_GCC3OMF_ASFLAGS            := -g -x assembler-with-cpp
     49TOOL_GCC3OMF_ASFLAGS            := -x assembler-with-cpp
     50TOOL_GCC3OMF_ASFLAGS.debug      := -g
     51TOOL_GCC3OMF_ASFLAGS.profile    := -g
    5052TOOL_GCC3OMF_ASOBJSUFF          := .obj
    5153
     
    5961TOOL_GCC3OMF_LDFLAGS            := -Zomf
    6062TOOL_GCC3OMF_LDFLAGS.debug      := -g
    61 TOOL_GCC3OMF_LDFLAGS.release    := -s
     63TOOL_GCC3OMF_LDFLAGS.profile    := -g
    6264ifndef TOOL_GCC3OMF_LDFLAGS.$(BUILD_TARGET)
    6365TOOL_GCC3OMF_LDFLAGS.dll        := -shared -Zdll
Note: See TracChangeset for help on using the changeset viewer.