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
/topics/performance-on-cpu.md
In pre-publishing review (#91), I found the following issue:
$ make REDIS_CFLAGS="-g -fno-omit-frame-pointer"
REDIS_CFLAGS is still in the make file, but it's worth moving to SERVER_CFLAGS
REDIS_CFLAGS
SERVER_CFLAGS
The text was updated successfully, but these errors were encountered:
performance-on-cpu.md remove refs to redis, valkey-io#124
4257377
Signed-off-by: Viktor Söderqvist <[email protected]>
1cba52c
Successfully merging a pull request may close this issue.
In pre-publishing review (#91), I found the following issue:
REDIS_CFLAGS
is still in the make file, but it's worth moving toSERVER_CFLAGS
The text was updated successfully, but these errors were encountered: