Signed-off-by: Rémi Bernon rbernon@codeweavers.com --- tools/makedep.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/tools/makedep.c b/tools/makedep.c index 6d74507661e..c5d1dd746cc 100644 --- a/tools/makedep.c +++ b/tools/makedep.c @@ -2333,6 +2333,7 @@ static void output_winegcc_command( struct makefile *make ) output_filename( "-b" ); output_filename( crosstarget ); output_filename( "--lib-suffix=.cross.a" ); + output_filename( "-gsplit-dwarf" ); } else {