Use Snapweb v0.6.0

This commit is contained in:
badaix 2024-02-25 00:40:37 +01:00
parent 4ce1697277
commit 2ea0e0098a
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ on:
env:
BOOST_VERSION: 1_84_0
SNAPWEB_VERSION: 0.5.0
SNAPWEB_VERSION: 0.6.0
jobs:

View file

@ -3,7 +3,7 @@
include /usr/share/dpkg/buildflags.mk
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_BUILD_OPTIONS = noautodbgsym parallel=3
export DEB_BUILD_OPTIONS = noautodbgsym parallel=4
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
export DEB_CPPFLAGS_MAINT_APPEND = -DJSON_HAS_CPP_14