File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ STRIP = strip
1616DEFINES = -DNDEBUG -DRELEASE
1717
1818CFLAGS = -pipe -Os -Wall -W -fPIE $(DEFINES )
19- CXXFLAGS = $(CFLAGS ) -Wno-multichar -std=c++11
19+ CXXFLAGS = $(CFLAGS ) -Wno-multichar -std=c++20
2020INCPATH = -I. -ISource -ILibraries
2121ifeq ($(OS ) ,Windows_NT)
2222 # static linking for Cygwin:
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ QT -= gui
1111
1212CONFIG += console
1313CONFIG -= app_bundle
14- CONFIG += c++11
14+ CONFIG += c++20
1515CONFIG += precompiled_header
1616CONFIG (release ,debug |release ) { DEFINES += NDEBUG RELEASE } # ATTN: curly brace must start in same line!
1717CONFIG (debug ,debug |release ) { DEFINES += DEBUG } # ATTN: curly brace must start in same line!
You can’t perform that action at this time.
0 commit comments