update to the new pikotools api

This commit is contained in:
Tomasz Sowa
2024-04-03 17:03:50 +02:00
parent 2025644691
commit e8ac579fcb
3 changed files with 18 additions and 8 deletions

View File

@@ -1,20 +1,26 @@
ifndef CXX
CXX = g++
endif
CXX = g++10
#CXX = clang++
ifndef CXXFLAGS
CXXFLAGS = -Wfatal-errors -fPIC -Wall -pedantic -O0 -g3 -pthread -std=c++20 -I../../pikotools/src -I../lib -I/usr/local/include
endif
CXXFLAGS = -Wl,-rpath=/usr/local/lib/gcc10 -Wfatal-errors -fPIC -Wall -pedantic -O0 -g3 -pthread -std=c++20 -I../../pikotools/src -I../lib -I/usr/local/include
#CXXFLAGS = -fsanitize=address -Wfatal-errors -fPIC -Wall -pedantic -O0 -g3 -pthread -std=c++20 -I../../pikotools/src -I../lib -I/usr/local/include
ifndef LDFLAGS
LDFLAGS = -L/usr/local/lib
endif
#-fsanitize=address
ifndef AR
AR = ar
endif
export CXX
export CXXFLAGS
export LDFLAGS
export AR
all: lib placefinder