我知道在makefile中可以使用一个标志来在所有正在编译的文件中包括头文件,就像有-D标志来包括定义一样。什么标志正好包含头文件。我不记得了。
在编译命令中,可以使用以下-include选项:
-include
gcc -o main -include hello.h main.cpp