From ca3022b90df8966c937c638326496cd768ac80d9 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Tue, 3 Jan 2023 17:07:44 +0100 Subject: Adjust to current build environment in Debian sid --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c414123..74d67a4 100644 --- a/Makefile +++ b/Makefile @@ -1,14 +1,14 @@ PORTAUDIOCFLAGS=$(shell pkg-config --cflags portaudiocpp) PORTAUDIOLIBS=$(shell pkg-config --libs portaudiocpp) -CXX=clang++-11 +CXX=clang++-14 ifeq ($(CXXFLAGS),) #CXXFLAGS=-O0 -g -D_DEBUG CXXFLAGS=-O2 -DNDEBUG endif CXXFLAGS+=-stdlib=libc++ -CXXFLAGS+=-Wall +CXXFLAGS+=-Wall -Wpedantic -gdwarf-4 CXXFLAGS+=-std=c++17 -fexceptions -Iexternal -fPIC #-march=native -mtune=native # is not better for llvm CC=clang -- cgit v1.2.3