Skip to content

Instructions in the README to build the project #2

@ayyagari

Description

@ayyagari
  1. std::optional is used as of 45-buzzdb.cpp. This requires C++ 17 and above. I'd recommend compilation command be g++ -std=c++17 -O3 -Wall -Werror -Wextra <module_name>.cpp (and similarly for the one to generate debug symbols)
  2. On Apple silicon Macs, the error error: use of undeclared identifier 'assert' occurs on compilation as #include <cassert> is not there in the buzzdb.cpp file. This can be addressed under Apple Mac section if needed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions