We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As the title says
(The build uses Conan, a non-standard build of this repository.)
cmake --build . --target rippled --parallel -j$(sysctl -n hw.logicalcpu) 1458.46s user 122.93s system 81% cpu 32:19.25 total
cmake --build . --target rippled --parallel -j$(sysctl -n hw.logicalcpu) 15.72s user 3.86s system 127% cpu 15.325 total
The text was updated successfully, but these errors were encountered:
The rippled implementation of server_definitions doesn't use magic_enum, so the xahaud implementation could borrow that modification.
server_definitions
magic_enum
Sorry, something went wrong.
xahaud
rippled
TRANSACTION_TYPES can have different keys even if they are the same transaction type.
No branches or pull requests
Issue Description
As the title says
A diff build where only ServerDefinitions.cpp was changed.
(The build uses Conan, a non-standard build of this repository.)
Currently
cmake --build . --target rippled --parallel -j$(sysctl -n hw.logicalcpu) 1458.46s user 122.93s system 81% cpu 32:19.25 total
Comment out the code that uses magic_enum:
cmake --build . --target rippled --parallel -j$(sysctl -n hw.logicalcpu) 15.72s user 3.86s system 127% cpu 15.325 total
The text was updated successfully, but these errors were encountered: