Skip to content

[fix] : Remove architecture-specific optimization flag from FFmpeg build#4

Merged
maulik-mk merged 1 commit intodevfrom
fix/architecture-specific
Feb 17, 2026
Merged

[fix] : Remove architecture-specific optimization flag from FFmpeg build#4
maulik-mk merged 1 commit intodevfrom
fix/architecture-specific

Conversation

@maulik-mk
Copy link
Copy Markdown
Owner

@maulik-mk maulik-mk commented Feb 17, 2026

ci

This pull request makes a minor adjustment to the compiler optimization flags used during the build process in the Dockerfile. The change removes the architecture-specific flag from the --extra-cflags option, leaving only the general optimization flag.

  • Build configuration: Removed the -march=armv8-a flag from --extra-cflags, so builds will now use only the -O2 optimization without targeting a specific CPU architecture.

Screenshot

@maulik-mk maulik-mk merged commit 0a9ab9a into dev Feb 17, 2026
@maulik-mk
Copy link
Copy Markdown
Owner Author

Now no more issues related to -march=armv8-a.
--extra-cflags="-O2" \ is work

@maulik-mk maulik-mk deleted the fix/architecture-specific branch April 5, 2026 13:12
@maulik-mk maulik-mk restored the fix/architecture-specific branch April 5, 2026 13:12
@maulik-mk maulik-mk deleted the fix/architecture-specific branch April 5, 2026 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant