[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: smoothing Xcode integration
From: |
Hans Åberg |
Subject: |
Re: smoothing Xcode integration |
Date: |
Sat, 6 Oct 2018 10:47:39 +0200 |
> On 5 Oct 2018, at 21:29, Uxio Prego <address@hidden> wrote:
>
> How would you detect Xcode from GNU Make?
Is this for an external Makefile project?
> I would want to run `sed 's/#line/\/\/#line/'` on the generated parser
> in order for it not to show as assembly during debugging. I think
> Xcode has some kind of non honoring to the way `#line` works,
You can disable using %no-lines, see the Bison manual, but it works fine in
Xcode 10.