diff options
Diffstat (limited to 'include/rodeo_config.h')
| -rw-r--r-- | include/rodeo_config.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/rodeo_config.h b/include/rodeo_config.h index 55bf057..247a0b2 100644 --- a/include/rodeo_config.h +++ b/include/rodeo_config.h @@ -1,2 +1,4 @@ -#define RODEO__MAX_VERTEX_SIZE 8192 +#ifndef mrodeo_vertex_size_max + #define mrodeo_vertex_size_max 8192 +#endif |
