From a82d947a594b01af54e056473799ebab619e2bd2 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Tue, 3 Jan 2023 17:22:08 +0100 Subject: Switch to shared library --- common.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'common.mk') diff --git a/common.mk b/common.mk index 0b5c4d8..49a6266 100644 --- a/common.mk +++ b/common.mk @@ -48,13 +48,14 @@ endif # gcc:--coverage CXXFLAGS+=-Wall -I. +CXXFLAGS+=-Wpedantic -gdwarf-4 ifeq ($(CXX),clang++-11) CXXFLAGS+=-std=c++20 #-stdlib=libc++ else ifeq ($(CXX),clang++-14) -CXXFLAGS+=-std=c++2b #-stdlib=libc++ +CXXFLAGS+=-std=c++20 #-stdlib=libc++ else ifeq ($(CXX),clang++-13) -CXXFLAGS+=-std=c++2b #-stdlib=libc++ +CXXFLAGS+=-std=c++20 #-stdlib=libc++ else ifeq ($(CXX),g++-11) CXXFLAGS+=-std=c++20 #-stdlib=libc++ else -- cgit v1.2.3