diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2023-11-15 09:56:37 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2023-11-15 10:00:08 +0100 |
commit | acacb633e92c2c7facc11a9c18e6dda16c044e95 (patch) | |
tree | 2915c20509e8442717e0a934d0b950e93ca84c0e /.github | |
parent | 9ae0188f77e9a00af73648f0f6f4504bd464c32d (diff) |
Partial SEH support.
* Removed linker script; .edata *and* .pdata required by MingW for SEH.
* Removed buggy `-fdata-sections` and `-ffunction-sections`.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5b780b2..dd8addb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -67,6 +67,7 @@ jobs: make deps-clean make deps-distclean - name: Upload Package + if: startsWith(matrix.os, 'ubuntu-latest') uses: actions/upload-artifact@v3 with: name: mingw-w64-dpp-package |