+2
-38
lines changedFilter options
+2
-38
lines changed Original file line number Diff line number Diff line change
@@ -21,7 +21,6 @@ PROTOBUF_C_SOURCES = [
21
21
"shared_convert.h",
22
22
"shared_message.c",
23
23
"shared_message.h",
24
-
"wrap_memcpy.c",
25
24
]
26
25
27
26
# We copy everything into a copy/ subdirectory so that we can use the
Original file line number Diff line number Diff line change
@@ -28,17 +28,11 @@
28
28
$CFLAGS += " -std=gnu99 #{additional_c_flags}"
29
29
end
30
30
31
-
if RUBY_PLATFORM =~ /linux/
32
-
# Instruct the linker to point memcpy calls at our __wrap_memcpy wrapper.
33
-
$LDFLAGS += " -Wl,-wrap,memcpy"
34
-
end
35
-
36
31
$VPATH << "$(srcdir)/third_party/utf8_range"
37
32
$INCFLAGS += " -I$(srcdir)/third_party/utf8_range"
38
33
39
-
$srcs = ["protobuf.c", "convert.c", "defs.c", "message.c",
40
-
"repeated_field.c", "map.c", "ruby-upb.c", "wrap_memcpy.c",
41
-
"utf8_range.c", "shared_convert.c",
34
+
$srcs = ["protobuf.c", "convert.c", "defs.c", "message.c", "repeated_field.c",
35
+
"map.c", "ruby-upb.c", "utf8_range.c", "shared_convert.c",
42
36
"shared_message.c"]
43
37
44
38
create_makefile(ext_name)
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4