Skip to content

Commit

Permalink
_build.sh: add TODO to enable CFG for native toolchain [ci skip]
Browse files Browse the repository at this point in the history
Next time to revisit this is when Debian Trixie gets released in year
2025 (my guess).

It's expected to ship with mingw-w64 12 or newer, hopefully with the
necessary CFG option enabled.

Closes #49
  • Loading branch information
vszakats committed Aug 3, 2024
1 parent cd943ec commit a96049f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1096,6 +1096,7 @@ build_single_target() {
fi
fi

# TODO: enable it for platform native compiler + mingw-w64 when support reaches them.
if [ "${_TOOLCHAIN}" = 'llvm-mingw' ]; then
# Requires llvm v16 and mingw-w64 v11 built with `--enable-cfguard`.
# As of 2023-08, only llvm-mingw satisfies this.
Expand Down

0 comments on commit a96049f

Please sign in to comment.