#ifndef VSG_MAX_DEVICES #1543
Closed
nolankramer
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
This is configurable via CMake, no need to fork. The values are compiled into the libraries so the values have to be set duiring compile time. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
@robertosfield Wdyt about enabling easier configuration of max devices via
#ifndef
guards? e.g:It would allow users to use VSG without forking if they need to configure this.
Other things like
VSG_MAX_INSTRUMENTATION_LEVEL
etc could also have the guards.Beta Was this translation helpful? Give feedback.
All reactions