mirror of https://github.com/KLayout/klayout.git
Build needs C++11
This commit is contained in:
parent
eecda3222b
commit
9aed8529f8
|
|
@ -152,7 +152,7 @@ msvc {
|
|||
-Wno-reserved-user-defined-literal \
|
||||
|
||||
# because we use unordered_map/unordered_set:
|
||||
QMAKE_CXXFLAGS += -std=c++0x
|
||||
QMAKE_CXXFLAGS += -std=c++11
|
||||
|
||||
win32 {
|
||||
QMAKE_LFLAGS += -Wl,--exclude-all-symbols
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@ LIBS += -L$$LIBDIR -lklayout_db
|
|||
-Wno-reserved-user-defined-literal \
|
||||
|
||||
# because we use unordered_map/unordered_set:
|
||||
QMAKE_CXXFLAGS += -std=c++0x
|
||||
QMAKE_CXXFLAGS += -std=c++11
|
||||
|
||||
# Python is somewhat sloppy and relies on the compiler initializing fields
|
||||
# of strucs to 0:
|
||||
|
|
|
|||
Loading…
Reference in New Issue