diff options
| author | Jan Beich <jbeich@FreeBSD.org> | 2024-03-26 16:38:06 +0000 |
|---|---|---|
| committer | Jan Beich <jbeich@FreeBSD.org> | 2024-03-26 17:33:04 +0000 |
| commit | 2b74e8c0ebd7a9ec905d5273a05a107ea098dc42 (patch) | |
| tree | 0b5affb8cbdf73bbea8e0d3d26163d6bf4d1dd5e /games/jumpy | |
| parent | def7702e93614d140559aa1392ab4ce06acd1697 (diff) | |
Mk/Features/lto.mk: switch LTO_UNSAFE consumers to WITHOUT_LTO
Passing -C lto=no while Cargo.toml has lto=true desyncs cargo and rustc:
= note: ld: error: [...]: Opaque pointers are only supported in -opaque-pointers mode (Producer: 'LLVM17.0.6-rust-1.77.0-stable' Reader: 'LLVM 14.0.5')
Reported by: pkg-fallout (for ~2 months)
Diffstat (limited to 'games/jumpy')
| -rw-r--r-- | games/jumpy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/jumpy/Makefile b/games/jumpy/Makefile index 216a1fd1070e..71e11c294355 100644 --- a/games/jumpy/Makefile +++ b/games/jumpy/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-pl USES= cargo USE_GITHUB= yes GH_ACCOUNT= fishfolk -LTO_UNSAFE= yes # bevy_dylib fails with -C panic=abort +WITHOUT_LTO= yes # XXX bug 277333 # bevy_dylib PLIST_FILES= bin/${PORTNAME} PORTDATA= * |
