On Fri, Oct 20 2017, Juan Francisco Cantero Hurtado <juan...@openbsd.org> wrote:
[...] > Works fine with hiawatha configured for https. > > Here is a new diff with a little change in CMakeLists.txt. The port was > building with -O0. Hah, I this why I couldn't reproduce. You used DEBUG=-g, didn't you? cmake.port.mk has this: .if defined(DEBUG) CONFIGURE_ARGS += -DCMAKE_BUILD_TYPE:String=Debug MODCMAKE_BUILD_SUFFIX = -debug.cmake .else CONFIGURE_ARGS += -DCMAKE_BUILD_TYPE:String=Release MODCMAKE_BUILD_SUFFIX = -release.cmake .endif So the CMakeLists change is probably a good thing, when I set DEBUG=-g I don't expect the optimization level to be turned down. > OK juanfra@. Thanks for the update. Thanks, committed. There's a bunch of things to backport to 6.2... -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE