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.
2 parents 2dfc48e + 3502b5a commit fc90fa2Copy full SHA for fc90fa2
src/cgt/BUILD
@@ -26,6 +26,9 @@ cc_library(
26
"include/cgt/NetworkBuilder.h",
27
"include/cgt/RandomBits.h",
28
],
29
+ defines = [
30
+ "ABC_NAMESPACE=abc",
31
+ ],
32
includes = [
33
"include",
34
src/cut/BUILD
@@ -34,6 +34,9 @@ cc_library(
"@boost.fusion",
35
"@edu_berkeley_abc//:abc-lib",
36
37
- defines = ["_GLIBCXX_ASSERTIONS"]
38
+ "_GLIBCXX_ASSERTIONS",
39
40
41
)
42
0 commit comments