From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 305 invoked by alias); 25 Sep 2016 07:11:17 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 39431 Received: (qmail 15246 invoked from network); 25 Sep 2016 07:11:17 -0000 X-Qmail-Scanner-Diagnostics: from out2-smtp.messagingengine.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(66.111.4.26):SA:0(0.0/5.0):. Processed in 0.304997 secs); 25 Sep 2016 07:11:17 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: d.s@daniel.shahaf.name X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: none (ns1.primenet.com.au: domain at daniel.shahaf.name does not designate permitted sender hosts) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= daniel.shahaf.name; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=hycoWO2xPEoplXjcLAnbmduVn/Q=; b=umMQ19 QaVDjjm0JkIfonOjvtdcW3Mi/wlAxM55ycUCQJRNuE+gpsZR9rA/Ux0S2X3OWuZP Fx+WdpLjHQdKIctvMgdGksEbPFUpnyZHE1hF0N74zfTsW6aahki4d9xRXw1VPQlQ whjhuhOEsMceZL2XKa8a+83y0nOuuo9BJLo2c= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=hycoWO2xPEoplXjcLAnbmduVn/Q=; b=pBYlS 0a+soiqUwbOJW9QV+Ccf+Lqr6hgnvH6hJcYTvgnt6NSSFg5Yb2AqzoITiwNazmLZ 8cQsIb2eOF+JSajPeJyBGYHDSSzBLz9oNqkfFMfb7XVYGvOtwmdyxEhZyQOn2aSM 1UbjlGWWKxsiHBzdTzwGFUb2zWuYPvEuLs+grg= X-Sasl-enc: f4XeW8RwEL+w7v9dEGUQpAI4n/363DKqQ7A82kdIl2V5 1474787471 Date: Sun, 25 Sep 2016 07:09:58 +0000 From: Daniel Shahaf To: Sebastian Gniazdowski Cc: Zsh hackers list Subject: Re: Where to start debugging zle recursive-edit? / Ctrl-C Message-ID: <20160925070958.GA27648@fujitsu.shahaf.local2> References: <160924133140.ZM29034@torch.brasslantern.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sebastian Gniazdowski wrote on Sat, Sep 24, 2016 at 22:58:19 +0200: > but also wanted to disable -O, and ./configure --help | grep -i opt > didn't show any option. --enable-zsh-debug does that and more. And for future reference CFLAGS=-O0 should have done it too.