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 8795883 commit 44504a2Copy full SHA for 44504a2
Makefile
@@ -10,7 +10,7 @@ VERSION ?= $(shell . ./build.info && printf "%s" "$$gitstatus_version")
10
#
11
# Sized delete is implemented as __ZdlPvm in /usr/lib/libc++.1.dylib but this symbol is
12
# missing in macOS prior to 10.13.
13
-CXXFLAGS += -std=c++14 -funsigned-char -O3 -DNDEBUG -DGITSTATUS_VERSION=$(VERSION) -Wall # -g -fsanitize=thread
+CXXFLAGS += -std=c++14 -funsigned-char -O3 -DNDEBUG -DGITSTATUS_VERSION=$(VERSION) # -Wall -g -fsanitize=thread
14
LDFLAGS += -pthread # -fsanitize=thread
15
LDLIBS += -lgit2 # -lprofiler -lunwind
16
0 commit comments