diff options
author | Roland Reichwein <mail@reichwein.it> | 2022-01-02 18:27:36 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2022-01-02 18:27:36 +0100 |
commit | c3124ce89b53e0b1ff3b666aeee9d1829b74229c (patch) | |
tree | f4bf6c8afc572e87293abcd694fcb489ef8f6296 /Makefile | |
parent | 58a7b18ba7d593b52521e4d70b4c1b546876c678 (diff) |
Fix Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ ifeq ($(CXX),clang++-13) ifeq ($(ONDEBIAN),yes) COMPILER_SUITE=clang LIBS+=-fuse-ld=lld-13 -#STANDARD=c++20 +STANDARD=c++20 endif endif |