diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-04-10 19:35:06 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-04-10 19:35:06 +0200 |
commit | 07f01d1ab5e68fc042356fd90fa07c199791b29c (patch) | |
tree | 89860e4e85ee49931b4193255de0a2032d94392e /Makefile | |
parent | da2666726e48a3dc00f05589cdf4947f22deb3c3 (diff) |
Ported to Debian 10
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -26,7 +26,7 @@ CXXFLAGS+= -pthread ifeq ($(CXX),clang++-10) CXXFLAGS+=-std=c++20 #-stdlib=libc++ else -CXXFLAGS+=-std=c++2a +CXXFLAGS+=-std=c++17 endif CXXTESTFLAGS=-Igoogletest/include -Igooglemock/include/ -Igoogletest -Igooglemock @@ -53,8 +53,8 @@ LIBS+= \ #-lstdc++fs else LIBS+= \ --lstdc++ -#-lstdc++fs +-lstdc++ \ +-lstdc++fs endif PROGSRC=\ |