Ignore:
Timestamp:
Oct 15, 2004, 11:09:36 AM (21 years ago)
Author:
bird
Message:

configured the profile build type.

File:
1 edited

Legend:

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

    r179 r181  
    3535TOOL_VCC70_CFLAGS.debug       := -Od -Zi
    3636TOOL_VCC70_CFLAGS.release     := -O2
    37 TOOL_VCC70_CFLAGS.profile     :=
     37TOOL_VCC70_CFLAGS.profile     := -O2
    3838TOOL_VCC70_CINCS              := $(PATH_TOOL_VCC70)/include
    3939TOOL_VCC70_CDEFS              :=
     
    4444TOOL_VCC70_CXXFLAGS.debug     := -Od -Zi
    4545TOOL_VCC70_CXXFLAGS.release   := -O2
    46 TOOL_VCC70_CXXFLAGS.profile   :=
     46TOOL_VCC70_CXXFLAGS.profile   := -O2
    4747TOOL_VCC70_CXXINCS            := $(PATH_TOOL_VCC70)/include
    4848TOOL_VCC70_CXXDEFS            :=
Note: See TracChangeset for help on using the changeset viewer.