Ignore:
Timestamp:
Jun 26, 2022, 10:00:02 PM (3 years ago)
Author:
bird
Message:

tools/*GCC*,tools/*GXX*: Removed the SLKRUNS/-fmessage-length=0 stuff as it triggers rebuilds when switching between SlickEdit and the command line. If really needed, it belongs in the project's Config.kmk.

File:
1 edited

Legend:

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

    r3566 r3567  
    5959TOOL_GCC3OMF_RC = $(TOOL_GCC3OMF_PREFIX3)rc$(TOOL_GCC3OMF_SUFFIX3)
    6060
    61 ifdef SLKRUNS
    62 TOOL_GCC3OMF_CC  += -fmessage-length=0
    63 TOOL_GCC3OMF_CXX += -fmessage-length=0
    64 endif
    65 
    6661# General Properties used by kBuild
    6762TOOL_GCC3OMF_COBJSUFF         ?= .o
Note: See TracChangeset for help on using the changeset viewer.