|
@@ -58,6 +58,7 @@ It is safe to use `main` branch in production.
|
|
|
To compile it with your project, these flags must be set:
|
|
To compile it with your project, these flags must be set:
|
|
|
|
|
|
|
|
+ `--std=c++17` flag must be set
|
|
+ `--std=c++17` flag must be set
|
|
|
|
|
++ RTTI must be enabled
|
|
|
+ Exception must be enabled
|
|
+ Exception must be enabled
|
|
|
+ For MSVC, `/utf-8` flag must be set
|
|
+ For MSVC, `/utf-8` flag must be set
|
|
|
|
|
|