-
Notifications
You must be signed in to change notification settings - Fork 26
/
root.jhm
98 lines (94 loc) · 2.04 KB
/
root.jhm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"targets": [
"orly/orlyc",
"orly/server/orlyi",
"orly/spa/spa",
"orly/client/orly_client",
"orly/indy/disk/util/orly_dm",
"jhm/jhm",
"orly/core_import",
"tools/nycr/nycr",
"jhm/make_dep_file",
"orly/data/beer",
"orly/data/complete_graph",
"orly/data/game_of_thrones",
"orly/data/money_laundering",
"orly/data/belgian_beer",
"orly/data/friends_of_friends",
"orly/data/matrix",
"orly/data/shakespeare",
"orly/data/social_graph",
"orly/data/twitter",
"orly/data/twitter_ego",
"orly/data/twitter_query",
"orly/data/twitter_live",
"orly/csv_to_bin/translator_gen"
],
"cmd": {
"g++" : [
"-std=c++1y",
"-Wall",
"-Werror",
"-Wextra",
"-Wold-style-cast",
"-Wno-type-limits",
"-Wno-parentheses",
"-Wno-delete-non-virtual-dtor",
"-msse2",
"-pthread",
"-fno-strict-aliasing",
"-DTEST_OUTPUT_DIR=\"/tmp/\"",
"-DORLY_HOST",
"-D_WEBSOCKETPP_CPP11_STL_",
"-isystem","third_party/websocketpp/"
],
"gcc": [
"-Werror",
"-Wall",
"-Wextra",
"-Wno-type-limits",
"-Wno-parentheses",
"-pthread",
"-fno-strict-aliasing",
"-DTEST_OUTPUT_DIR=\"/tmp/\"",
"-Wno-unused-but-set-parameter",
"-Wno-unused-but-set-variable"
],
"flex": {
"g++": [
"-DTEST_OUTPUT_DIR=\"/tmp/\"",
"-std=c++1y",
"-pthread"
]
},
"bison": {
"g++": [
"-DTEST_OUTPUT_DIR=\"/tmp/\"",
"-std=c++1y",
"-pthread"
]
},
"ld": {
"libs": [
"-luuid",
"-pthread",
"-lrt",
"-ldl",
"-laio",
"-lgmp",
"-lgmpxx",
"-lz",
"-lreadline",
"-lsnappy",
"-lboost_system",
],
"flags": [
"-rdynamic",
"-Wl,--hash-style=gnu",
"-Wl,--no-copy-dt-needed-entries",
"-Wl,-z,relro",
"-Wl,--no-as-needed"
]
}
}
}