We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb297a commit 10b6ba1Copy full SHA for 10b6ba1
core/BUILD
@@ -74,10 +74,7 @@ cc_library(
74
srcs = glob(["src/**/*.cpp"] + ["src/**/*.h"]),
75
hdrs = glob(["include/**/*.h"] + ["include/**/*.hpp"]),
76
includes = ["include"],
77
- copts = select({
78
- ":windows": ["/std:c++17"],
79
- "//conditions:default": [],
80
- }),
+ copts = ["-std=c++17"],
81
defines = [
82
"CODSPEED_VERSION=\\\"{}\\\"".format(CODSPEED_VERSION),
83
] + select({
0 commit comments