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

    r3566 r3567  
    7878endif
    7979TOOL_GCC64_OBJCOPY ?= $(TOOL_GCC64_PREFIX2)gobjcopy$(TOOL_GCC64_SUFFIX2)
    80 
    81 ifdef SLKRUNS
    82  TOOL_GCC64_CC  += -fmessage-length=0
    83  TOOL_GCC64_CXX += -fmessage-length=0
    84 endif
    8580
    8681# General Properties used by kBuild
Note: See TracChangeset for help on using the changeset viewer.