[squalyl@localhost ~]$ gcc -c -O3 truc.c -o truc_c.o [squalyl@localhost ~]$ g++ -c -O3 truc.c -o truc_cpp.o [squalyl@localhost ~]$ strip truc_c.o truc_cpp.o [squalyl@localhost ~]$ ll truc_c.o truc_cpp.o -rw-r--r-- 1 squalyl users 596 Aug 9 16:59 truc_c.o -rw-r--r-- 1 squalyl users 756 Aug 9 16:59 truc_cpp.o