Skip to content

Rework the package for better compatibility

Hanabishi Recca requested to merge hanabishi/wine:cflags into main

Wine does not play nice with compiler flags provided by Arch Build System. I wonder why it was not addressed earlier.

Changes:

  • Override the flags with very basic ones to avoid problems.
  • Remove -ffat-lto-objects. As the package has LTO disabled, it does nothing.
  • Improve the build script to be more convinient.

Fixes #14.

Edited by Hanabishi Recca

Merge request reports