4Fermer6
Kevin KoflerLe 30/03/2010 à 17:51
The problem with -fwhole-program without --combine is that it only works if you follow some absymal coding practices (such as #include of .c files, code in header files or the "one big .c file" antipattern). And if you're already willing to butcher your code that way, you may just as well explicitly mark all your functions static.