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 7e5c378 commit 42d7c74Copy full SHA for 42d7c74
src/darwintracelib1.0/Makefile.in
@@ -46,8 +46,7 @@ $(SHLIB_NAME):: $(DARWINTRACE_SHARE_LIB)
46
# Yes, we know having $ signs in identifiers is not a very good idea; in the
47
# case of darwintrace we still need them, though.
48
CFLAGS_PEDANTIC =
49
-CFLAGS += -fPIC $(UNIVERSAL_ARCHFLAGS)
50
-SHLIB_LDFLAGS += $(UNIVERSAL_ARCHFLAGS)
+CFLAGS += -fPIC
51
ifeq (darwin,@OS_PLATFORM@)
52
SHLIB_LDFLAGS += -install_name $(INSTALLDIR)/$(SHLIB_NAME)
53
endif
0 commit comments