We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8eb6a5 commit 786da0fCopy full SHA for 786da0f
cmake/modules/winegcc_wrapper.in
@@ -49,8 +49,9 @@ extra_args="-I@WINE_INCLUDE_DIR@ -I@WINE_INCLUDE_DIR@/wine/windows"
49
extra_args="$extra_args @WINE_CXX_FLAGS@"
50
51
# Apply -m32 library fix if necessary
52
+# Additionally, apply "-z notext" to fix an inconsistency in ld.lld vs ld.bfd and ld.gold
53
if [ "$win32" = true ] && [ "$no_link" != true ]; then
- extra_args="$extra_args @WINE_32_FLAGS@"
54
+ extra_args="$extra_args @WINE_32_FLAGS@ -z notext"
55
fi
56
57
# Apply -m64 library fix if necessary
0 commit comments