Last active
September 18, 2020 11:56
-
-
Save Kairo-Dai/30ef48231c6ed4a27eeafb52bdcaff38 to your computer and use it in GitHub Desktop.
打印GCC的预定义宏
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
touch foo.h | gcc -E -dM foo.h > foo.h | |
touch foo.h | g++ -E -dM -std=c++14 foo.h > foo.h |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment