Skip to content

Commit

Permalink
Reduce exports in libtrufflenfi.so.
Browse files Browse the repository at this point in the history
  • Loading branch information
rschatz committed Jun 19, 2024
1 parent 2029e03 commit d2d505b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions truffle/mx.truffle/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -962,19 +962,19 @@
},
"linux" : {
"<others>" : {
"cflags" : ["-g", "-Wall", "-Werror", "-D_GNU_SOURCE"],
"cflags" : ["-g", "-Wall", "-Werror", "-D_GNU_SOURCE", "-fvisibility=hidden"],
"ldlibs" : ["-ldl"],
},
},
"linux-musl" : {
"<others>" : {
"cflags" : ["-g", "-Wall", "-Werror"],
"cflags" : ["-g", "-Wall", "-Werror", "-fvisibility=hidden"],
"ldlibs" : ["-ldl"],
},
},
"<others>" : {
"<others>" : {
"cflags" : ["-g", "-Wall", "-Werror"],
"cflags" : ["-g", "-Wall", "-Werror", "-fvisibility=hidden"],
"ldlibs" : ["-ldl"],
},
},
Expand Down

0 comments on commit d2d505b

Please sign in to comment.