Mateusz

Results 2 issues of Mateusz

I Would like to have an option for easy compilation of the Drogon in my Bazel project, something like: **WORKSPACE.bazel** ``` load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "drogon", urls = ["https://github.com/drogonframework/drogon/archive/refs/heads/master.zip"],...

enhancement

Hey, I've bumped into a case where the c++ standard flag is not correctly passed into *compile_commands.json* file. My *.bazelrc* looks like: ``` test --test_output=errors build -c opt --cxxopt='-std=c++17' ```...