Re: Is there a reason why multi-threading is disabled in last-align ?

2017-06-12 Thread Andreas Tille
Hi Charles, On Mon, Jun 12, 2017 at 03:19:21PM +0900, Charles Plessy wrote: > In last-align, the upstream CXXFLAGS are overwriten by our build system, and > therefore > some flags are re-added in debian/rules: > > CXXFLAGS += -Wall -Wextra -Wcast-qual -Wswitch-enum -Wundef -Wcast-align > -W

Is there a reason why multi-threading is disabled in last-align ?

2017-06-11 Thread Charles Plessy
Hello everybody, In last-align, the upstream CXXFLAGS are overwriten by our build system, and therefore some flags are re-added in debian/rules: CXXFLAGS += -Wall -Wextra -Wcast-qual -Wswitch-enum -Wundef -Wcast-align -Wno-long-long -ansi -pedantic -std=c++11 Unfortunately, the -DHAS_CXX_