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 2FE6C44F68 for ; Mon, 12 Dec 2022 21:13:07 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 40C6C68BE11; Mon, 12 Dec 2022 23:13:05 +0200 (EET) Received: from mail-ej1-f48.google.com (mail-ej1-f48.google.com [209.85.218.48]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 7CF5A68BD99 for ; Mon, 12 Dec 2022 23:12:59 +0200 (EET) Received: by mail-ej1-f48.google.com with SMTP id ud5so31523234ejc.4 for ; Mon, 12 Dec 2022 13:12:59 -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=QN2P3w3Ayi15Ye0MsT/KK0ZqDNFYPOrrqJr+fZgfZKU=; b=d7kpJ0lnm2V92vb4Fp8/WULTgOxXs+jMsoupgUMjuiaJlSxXUWrW6ABwKY7fYMRzcG xCiJUIzBwjFSnCIqFRuL4Y5hMwlaP9mTdOeMWJHNa1KMMAj/tg8Af7wSNbrAlvEmNGTe Sf/eW88BRyEZB2B7kWPiAX+JNLV5fm90eWD4gW0eK520Z9n6bPQS9uvdcdcyZWF+DgeQ 0DXWYLpn98Di2uUT4MsBRhqgSjskF8hvVSl/WX5gGpj2oNOYsDfEOsqeJm6cwr005yaE 2xzxNJYXLT1tmmFMYwwM31LS6WhKT4qC9sxv0IiZRrCK5/v9jaAcEPdd7iONcWEhqEOu UysA== 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=QN2P3w3Ayi15Ye0MsT/KK0ZqDNFYPOrrqJr+fZgfZKU=; b=CetSKEP4UP4s4id9BE/Pp8js9sADoUxAMHdk5NRioB90g6aajlwszuNeiqksv8v4y/ 29AjvE7Nz9bPbpOPQyhwyVrET0Kr2iHMQqimZRSMR8g8vlsG20DkK3a1FkOWmG5i53p8 lfJHtzSxyU+unvYFsjDXYLwKXjvhEalTGPGDmQ2paj0AVL7YeX/ekKZudXrGd2hHIZjD MFSPnVzsxTrzU3QUACk7JNTszWK7Wczy6Pq3TxdJe6KNKsBrbSB6lmsELaODxsiZ7GpF xUZRFRnm0+m9EeSMwmWWoqxGuK+4TZ6or9i/F1tmO/NYNUnuyTpiUYPL1ZKWQICVcXHR XeKQ== X-Gm-Message-State: ANoB5pmOB5mYXTRvGLgU/4FyO3abwEtZYV0yDEpjMlgfCDaHw/t1VSRL f8Kyn2FLwtBu6nKO+E80bqsivRVi1e4wVCa+mGXiESnM X-Google-Smtp-Source: AA0mqf7GScFA4o2PdV0eCc0N/jlKj9ns0gLqq2btGAITNrYtdhNA/ZUgrTNngixfj7jkGRV+Y0Y2ptADCS85jKA4pJc= X-Received: by 2002:a17:906:164d:b0:7c0:b602:f9a1 with SMTP id n13-20020a170906164d00b007c0b602f9a1mr26005013ejd.88.1670879578908; Mon, 12 Dec 2022 13:12:58 -0800 (PST) MIME-Version: 1.0 References: <185cfb01d90e57$c22e5420$468afc60$@gmail.com> In-Reply-To: From: Carl Eugen Hoyos Date: Mon, 12 Dec 2022 22:11:38 +0100 Message-ID: To: FFmpeg development discussions and patches 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: 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".