Re: [FFmpeg-devel] [GASPP PATCH] Omit "-g" from the preprocessing command with cl.exe

2025-06-04 Thread Martin Storsjö
On Mon, 2 Jun 2025, Martin Storsjö wrote: This avoids warnings like cl : Command line warning D9002 : ignoring unknown option '-g' --- gas-preprocessor.pl | 1 + 1 file changed, 1 insertion(+) Pushed. // Martin ___ ffmpeg-devel mailing list ffmpe

[FFmpeg-devel] [GASPP PATCH] Omit "-g" from the preprocessing command with cl.exe

2025-06-02 Thread Martin Storsjö
This avoids warnings like cl : Command line warning D9002 : ignoring unknown option '-g' --- gas-preprocessor.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/gas-preprocessor.pl b/gas-preprocessor.pl index aa3abc0..62c1a04 100755 --- a/gas-preprocessor.pl +++ b/gas-preprocessor.pl @@ -