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 ddc2b30 commit 35b2a9fCopy full SHA for 35b2a9f
Makefile-variables
@@ -40,7 +40,7 @@ CXXFLAGS ?= --std=c++17 -O3 -Iinclude $(shell pkg-config --cflags getargv)
40
endif
41
42
EXTRA_CXXFLAGS := -pedantic-errors -Weverything -Wno-c++98-compat -Wno-pre-c++20-compat-pedantic -Wno-poison-system-directories
43
-LDFLAGS := -Llib -fvisibility=default -fPIC
+LDFLAGS := -Llib -fvisibility=default -fPIC -headerpad_max_install_names
44
LDLIBS ?= $(shell pkg-config --libs getargv)
45
46
LIB_SHORT_NAME := getargv++
0 commit comments