From 0236f13ab513fc9ce8038c4115fc8934b4278372 Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@alchemyviewer.org> Date: Mon, 3 Apr 2023 23:04:50 -0400 Subject: [PATCH] Update libs --- autobuild.xml | 12 ++++++------ build-cmd.sh | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/autobuild.xml b/autobuild.xml index 455cc38..0f86037 100755 --- a/autobuild.xml +++ b/autobuild.xml @@ -24,11 +24,11 @@ <key>archive</key> <map> <key>hash</key> - <string>56c0c5d250fb914bb20e5d4dc3e4e4d8b7834e0a62239ce52ac6435bf2edf9e9d3fb8d036ff88eefc76fbe004c569c23556e3c27049426ba58c8d39b0ea246c7</string> + <string>13193aef3a141a6175c15d74b76e6e2d60090323d0d64287b3a1dd915cfeef6d1f32567b38d412813e5be89a1d463a2474683f1a1325ea4e5e3d9584985a758a</string> <key>hash_algorithm</key> <string>blake2b</string> <key>url</key> - <string>https://git.alchemyviewer.org/api/v4/projects/92/packages/generic/boost/1.81.0.1936/boost-1.81.0-darwin64-1936.tar.zst</string> + <string>https://git.alchemyviewer.org/api/v4/projects/92/packages/generic/boost/1.81.0.1950/boost-1.81.0-darwin64-1950.tar.zst</string> </map> <key>name</key> <string>darwin64</string> @@ -38,11 +38,11 @@ <key>archive</key> <map> <key>hash</key> - <string>43cb1a48f101d76e3c97b7ee2d494f43553ea5a4d9c07a844f0520f5ec3b0bd4eaaabc958a2ce0b96223426930e6b87df1ecbbeb9d3237fbad064096ac7500fc</string> + <string>cd0e075485fee7d3c95e7ecad7e9ddf08c4329f919caab532d6a1d164100bb11c6ca215877b326dfe5ec238f8f94e3c55ff196d3647d4690466a31a3285c5bf9</string> <key>hash_algorithm</key> <string>blake2b</string> <key>url</key> - <string>https://git.alchemyviewer.org/api/v4/projects/92/packages/generic/boost/1.81.0.1936/boost-1.81.0-linux64-1936.tar.zst</string> + <string>https://git.alchemyviewer.org/api/v4/projects/92/packages/generic/boost/1.81.0.1950/boost-1.81.0-linux64-1950.tar.zst</string> </map> <key>name</key> <string>linux64</string> @@ -52,11 +52,11 @@ <key>archive</key> <map> <key>hash</key> - <string>7ae9863a8e58832aa962fabf9cff0db99bbd3d13f3d4e3b97ef17d1faed66581c7997829555c3460dccea453c138772277669d1cad9a6f9323fe52dc33a675b5</string> + <string>52ca208945b0bbc04032c9ab7f511962e18131fcd0b68ef8af8ae28b1037b0568bc1942870a4381ee0d0d98a92d368e2de7c7ae5ddfd44faea35ea1643290beb</string> <key>hash_algorithm</key> <string>blake2b</string> <key>url</key> - <string>https://git.alchemyviewer.org/api/v4/projects/92/packages/generic/boost/1.81.0.1936/boost-1.81.0-windows64-1936.tar.zst</string> + <string>https://git.alchemyviewer.org/api/v4/projects/92/packages/generic/boost/1.81.0.1950/boost-1.81.0-windows64-1950.tar.zst</string> </map> <key>name</key> <string>windows64</string> diff --git a/build-cmd.sh b/build-cmd.sh index f61c943..df06d25 100755 --- a/build-cmd.sh +++ b/build-cmd.sh @@ -121,8 +121,8 @@ case "$AUTOBUILD_PLATFORM" in # Setup build flags ARCH_FLAGS_X86="-arch x86_64 -mmacosx-version-min=${X86_DEPLOY} -isysroot ${SDKROOT} -msse4.2" ARCH_FLAGS_ARM64="-arch arm64 -mmacosx-version-min=${ARM64_DEPLOY} -isysroot ${SDKROOT}" - DEBUG_COMMON_FLAGS="-O0 -g -fPIC -DPIC" - RELEASE_COMMON_FLAGS="-O3 -g -fPIC -DPIC -fstack-protector-strong" + DEBUG_COMMON_FLAGS="-O0 -g -fPIC -DPIC -fvisibility=hidden" + RELEASE_COMMON_FLAGS="-O3 -g -fPIC -DPIC -fstack-protector-strong -fvisibility=hidden" DEBUG_CFLAGS="$DEBUG_COMMON_FLAGS" RELEASE_CFLAGS="$RELEASE_COMMON_FLAGS" DEBUG_CXXFLAGS="$DEBUG_COMMON_FLAGS -std=c++17" -- GitLab