FFVS-Project-Generator icon indicating copy to clipboard operation
FFVS-Project-Generator copied to clipboard

Unable to disable assembly optimizations

Open frankplow opened this issue 2 years ago • 1 comments

FFmpeg Version 5.1

Command Line

C:\Users\Frank\FFmpeg>.\project_generate.exe --disable-asm
Project generator (this may take several minutes, please wait)...
  Passing configure file...
  Error: Unknown option (asm) in command line option (asm)
         Use --help to get available options

Architecture-specific flags such as --disable-x86asm fail in a similar way, as do their --enable-* counterparts.

Your Environment

  • Visual Studio Version: Community 2022
  • Operating System and Version: Windows 11 Arm64 insider preview via. VM

frankplow avatar Mar 22 '23 20:03 frankplow

The architecture flags are treated as reserved flags as theyre auto handled and thus auto enabled. Ill put disabling them on the todo list for a future version.

Sibras avatar Apr 22 '23 08:04 Sibras