mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 23:25:24 +02:00
Skip -fwhole-program when merging LTO options.
gcc/ChangeLog: 2022-12-21 Jan Hubicka <hubicka@ucw.cz> * lto-opts.cc (lto_write_options): Also skip -fwhole-program.
This commit is contained in:
@@ -150,6 +150,7 @@ lto_write_options (void)
|
||||
case OPT_ffile_prefix_map_:
|
||||
case OPT_fmacro_prefix_map_:
|
||||
case OPT_fprofile_prefix_map_:
|
||||
case OPT_fwhole_program:
|
||||
continue;
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user