Skip to content

Commit

Permalink
feat(xopt): add -dM option (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
mycoboco committed Jan 2, 2018
1 parent e41f3e4 commit fb3280f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bcc/xopt.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ xx("fshort-paths", "--path=short", NULL, NULL, NULL,
XX("fcanonical-system-headers", "--path=canonical", NULL, NULL, NULL, NULL)
xx("fno-canonical-system-headers", "--path=long", NULL, NULL, NULL, "do not shorten header paths with canonicalization")
xx("H", "-H", NULL, NULL, NULL, "print #include hierarchy")
xx("dM", "--list-macro-defs", NULL, NULL, NULL, "list #define directives for all defined macros")

tt("The following options control compilation:")
XX("extension", "-X", NULL, NULL, NULL, NULL)
Expand Down

0 comments on commit fb3280f

Please sign in to comment.