Fixed problem with uncaught boost::filesystem exceptions. The g++ optimizer did something evil...
This commit is contained in:
@@ -291,6 +291,11 @@ win32{
|
|||||||
DEPENDPATH += src/net/linux/ src/core/linux
|
DEPENDPATH += src/net/linux/ src/core/linux
|
||||||
}
|
}
|
||||||
|
|
||||||
|
unix{
|
||||||
|
# workaround for problems with boost_filesystem exceptions
|
||||||
|
QMAKE_LFLAGS += -no_dead_strip_inits_and_terms
|
||||||
|
}
|
||||||
|
|
||||||
unix: !mac{
|
unix: !mac{
|
||||||
|
|
||||||
LIBPATH += lib
|
LIBPATH += lib
|
||||||
|
|||||||
@@ -144,6 +144,11 @@ win32 {
|
|||||||
SOURCES += src/core/linux/convhelper.cpp
|
SOURCES += src/core/linux/convhelper.cpp
|
||||||
}
|
}
|
||||||
|
|
||||||
|
unix {
|
||||||
|
# workaround for problems with boost_filesystem exceptions
|
||||||
|
QMAKE_LFLAGS += -no_dead_strip_inits_and_terms
|
||||||
|
}
|
||||||
|
|
||||||
unix : !mac {
|
unix : !mac {
|
||||||
|
|
||||||
LIBPATH += lib
|
LIBPATH += lib
|
||||||
|
|||||||
Reference in New Issue
Block a user