Removed -pthread and -fno-strict-aliasing flags

This commit is contained in:
Bob Polis 2021-11-13 19:14:15 +01:00
parent c60c543448
commit c9b89ff2f0

View File

@ -15,7 +15,7 @@ MANDIR ?= ${DATADIR}/man
RM := /bin/rm -f RM := /bin/rm -f
INSTALL := /usr/bin/install -c INSTALL := /usr/bin/install -c
CXXFLAGS := ${CXXFLAGS} -Wshadow -Wall -Wpedantic -Wextra -g -fno-strict-aliasing -std=c++14 -pthread CXXFLAGS := ${CXXFLAGS} -Wshadow -Wall -Wpedantic -Wextra -g -std=c++14
ifeq ($(DEBUG),1) ifeq ($(DEBUG),1)
CXXFLAGS += -D DEBUG -O0 CXXFLAGS += -D DEBUG -O0
else else