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 f3f1b8c + fe00614 commit 7869753Copy full SHA for 7869753
c_src/Makefile
@@ -21,8 +21,8 @@ MEMTEST_OUTPUT ?= $(CURDIR)/../_build/memory_test
21
UNAME_SYS := $(shell uname -s)
22
ifeq ($(UNAME_SYS), Darwin)
23
CXX ?= c++
24
- CXXFLAGS += -O3 -arch x86_64 -finline-functions
25
- LDFLAGS += -arch x86_64 -flat_namespace -undefined suppress
+ CXXFLAGS += -O3 -finline-functions
+ LDFLAGS += -flat_namespace -undefined suppress
26
PSOURCES = prometheus_process_info_macos.cc
27
else ifeq ($(UNAME_SYS), FreeBSD)
28
0 commit comments