File tree Expand file tree Collapse file tree 2 files changed +1
-14
lines changed
Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -39,19 +39,6 @@ matrix:
3939 - os : osx
4040 osx_image : xcode10
4141
42- before_install :
43- - |
44- if [[ (-x $(which brew)) ]]; then
45- brew update
46- brew install boost || brew upgrade boost
47- brew install pcre2 || brew upgrade pcre2
48- brew install re2 || brew upgrade re2
49- else
50- sudo add-apt-repository -y ppa:sergey-dryabzhinsky/packages
51- sudo apt-get update -qq
52- sudo apt-get install -qq libpcre2-dev libre2-dev libboost-all-dev
53- fi
54-
5542install :
5643 - if [[ "${COMPILER}" != "" ]]; then export CXX=${COMPILER}; fi
5744 - uname -a
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ DESATOMAT := /www/root/desatomat/console/desatomat.php
1010CPP_STANDARD := $(shell ./cpp-20-check.sh $(CXX ) )
1111
1212override CXXFLAGS := $(CXXFLAGS ) $(CPP_STANDARD ) -Iinclude -O3 -pedantic -Wall -Wextra
13- LDFLAGS := -lre2 -lboost_regex -lpcre2-8
13+ LDFLAGS :=
1414
1515TESTS := $(wildcard tests/* .cpp) $(wildcard tests/benchmark/* .cpp)
1616TRUE_TARGETS := $(TARGETS:%.cpp=% )
You can’t perform that action at this time.
0 commit comments