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/GXX3.kmk

    r3566 r3567  
    8181endif
    8282TOOL_GXX3_OBJCOPY ?= $(TOOL_GXX3_PREFIX)objcopy$(TOOL_GXX3_SUFFIX)
    83 
    84 ifdef SLKRUNS
    85  TOOL_GXX3_CC  += -fmessage-length=0
    86  TOOL_GXX3_CXX += -fmessage-length=0
    87  TOOL_GXX3_PCH += -fmessage-length=0
    88 endif
    8983
    9084# General Properties used by kBuild
Note: See TracChangeset for help on using the changeset viewer.