From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 7D25844CA4 for ; Wed, 14 Dec 2022 17:55:37 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id C691568016E; Wed, 14 Dec 2022 19:55:34 +0200 (EET) Received: from mail-pf1-f173.google.com (mail-pf1-f173.google.com [209.85.210.173]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 7BAFA68B468 for ; Wed, 14 Dec 2022 19:55:28 +0200 (EET) Received: by mail-pf1-f173.google.com with SMTP id k79so4997386pfd.7 for ; Wed, 14 Dec 2022 09:55:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=jiIgfzGGsXnquVTxR6LHh7MxC115zYmFcjwfLJhzJwc=; b=FYN37GJpWS/cIuuwRMQO6cUUhqMUb5RQNLn8AyAUmJSRR6IlT3WXL7TBd2vqHWPA6j ui2bo+FmHWcDbk9kPHk1X83KHj5uImz/0jv1TSizz9z/cxDXn1Yiinq5mBgkKWR0HSzS 7fvZoDApbjHF558/VK1/qRucKueT0M9As5CTSqMJfqWaCT0WDCHDp0EyxrzGEvb3E0nJ 1AIwnpSEoEUmRqOZdLZbSvF6ehz9ZKG4Lv5XplvDd5duGR/rud/j8PoX/+cIAAGugW5B ngIgaFWGGdnePfFQhCjE8ztkxgACDKBgHKznKrdN+LYJj42pzij+oUlyOgmhLspvRiu4 BWPg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=jiIgfzGGsXnquVTxR6LHh7MxC115zYmFcjwfLJhzJwc=; b=2EzDlw/IrAcPUbpGa8eBBpv0ivkIejAqQdD2of8c/9VTVb+Fj1QsdjIgNYVKZepNB6 sSopIhUfUMrc6WEs1oaesoltipTEMI60TDx502+2PPz2ASlcSryCYmxemSPpw2I/L1iR 7rz5QCWVQvpeEEE72Sl7Z7K1kj+xjkIxoc0gq23z7dmaANTiHWDUC1a78VOKpQ97kgyj vrQ/y2+PsCr/h0u4BIvBanLT7UdEFwI3jlgpzqztEfupUoKTEenQTYD0o5R9wPL56mpo l1zikzw4hAWIJRiwTOd+FOkMsdzdKfwkv2iq7qF2ypIW0jBI7AhSd8YxP4dM6AG0iVax YFkA== X-Gm-Message-State: ANoB5pmLFXY2h87SupLdREe65qiCX4hRu71dr+VkUQIZUekgKkjuHx3e yiE3zpnqyZ95l8zlX8pN1B/UBRuaBnmfAvFpKLzJpKRufpI= X-Google-Smtp-Source: AA0mqf4f6Kp8vtnQkNAynHG15OQy5XesRekhcDKKzD3qXRp51hSkGOMf70H8RsMuBi/QnsOXBKObuqNioGZMEpejrpA= X-Received: by 2002:a05:6a00:1744:b0:576:b4ce:42b4 with SMTP id j4-20020a056a00174400b00576b4ce42b4mr23811178pfc.61.1671040526176; Wed, 14 Dec 2022 09:55:26 -0800 (PST) MIME-Version: 1.0 References: <185cfb01d90e57$c22e5420$468afc60$@gmail.com> In-Reply-To: From: Thomson Tan Date: Wed, 14 Dec 2022 09:55:15 -0800 Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH] configure: Change _cflags_noopt for MSVC to -Od X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: With this configuration (WSL2+MSVC) for this diff, I ran `make fate-rsync SAMPLES=fate-suite && make fate SAMPLES=fate-suite/` which passed locally. I also checked the binaries (ffmpeg.exe) and made sure the previous inlined functions are not inlined here. On Mon, Dec 12, 2022 at 1:13 PM Carl Eugen Hoyos wrote: > Am Mo., 12. Dez. 2022 um 22:02 Uhr schrieb Thomson Tan >: > > > > I built the latest FFmpeg with WSL2+MSVC on Windows. Tried configure > > with --disable-optimizations, but still got an optimized build which > makes > > it hard to set breakpoint on hot functions (likely inlined). > > Of course, this explains why you wrote the patch. > But I still wonder how you tested it. > > Please find out what top-posting means and avoid it here, Carl Eugen > _______________________________________________ > ffmpeg-devel mailing list > ffmpeg-devel@ffmpeg.org > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > To unsubscribe, visit link above, or email > ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe". > _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".