-
-
Notifications
You must be signed in to change notification settings - Fork 415
Open
Labels
type: enhancementProposed improvementProposed improvement
Description
Hello all,
great tool firstly!
Is there a way to use or config new cppflags like -DTESTDEFINE for example?
I would like to enable those macros from CLI for a variant handling.
Example:
// Get right parameter based on variant
#if defined(TESTDEFINE)
par = TEST_PAR;
#else
par = DEFAULT_PAR;
#endif
Hope someone can assist me.
Thanks!
Pimmetje, naggie, bxparks, d-a-v and alranel
Metadata
Metadata
Assignees
Labels
type: enhancementProposed improvementProposed improvement