mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
7 lines
141 B
C
7 lines
141 B
C
|
// settings for crow
|
||
|
|
||
|
/* #ifdef - enables debug mode */
|
||
|
#define CROW_ENABLE_DEBUG
|
||
|
|
||
|
/* #ifdef - enables logging */
|
||
|
#define CROW_ENABLE_LOGGING
|