GCC detail make

CPPFLAGS=-g -pthread -Q -v

You can run gcc -Q -v on a small C file to have GCC dump the options being used. Run it with and without the -O1 option to get the difference between the enabled options.

留言

這個網誌中的熱門文章

compiler course

gcc -dM -E - < /dev/null