Comment 5 for bug 2019160

Revision history for this message
In , Sergio Durigan Junior (sergiodj) wrote :

The formatting for the example snippet got messed up. Here's a fixed version:

$ echo 'int main(){}' > foo.c
$ ~/gcc/install/bin/gcc -c foo.c -O2 -g -flto=auto -ffat-lto-objects -fdebug-prefix-map=`pwd`=/aaaaaaa -o foo
$ ~/gcc/install/bin/gcc foo -flto=auto -ffat-lto-objects -o bar