mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-10 21:06:33 +03:00
Drop -Xcpp, adopt DMD's -P instead
This commit is contained in:
parent
da225c51bc
commit
da050e5d9e
3 changed files with 4 additions and 7 deletions
|
@ -404,7 +404,7 @@ cl::list<std::string> ccSwitches(
|
|||
"Xcc", cl::value_desc("ccflag"), cl::cat(linkingCategory),
|
||||
cl::desc("Pass <ccflag> to GCC/Clang for linking/preprocessing"));
|
||||
|
||||
cl::list<std::string> cppSwitches("Xcpp", cl::value_desc("cppflag"),
|
||||
cl::list<std::string> cppSwitches("P", cl::value_desc("cppflag"), cl::Prefix,
|
||||
cl::desc("Pass <cppflag> to C preprocessor"));
|
||||
|
||||
cl::opt<std::string> moduleDeps(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue