Skip to content

Commit

Permalink
build: 📦 change build_type to minsizerel
Browse files Browse the repository at this point in the history
  • Loading branch information
darvid committed Jan 9, 2024
1 parent 5497f2a commit 5c754d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG LD_LIBRARY_PATH_ARG=${DEVTOOLSET_ROOTPATH}/usr/lib64:${DEVTOOLSET_ROOTPATH}/
ARG PREPEND_PATH=${DEVTOOLSET_ROOTPATH}/usr/bin:

ARG boost_version=1.57.0
ARG build_type=Release
ARG build_type=MinSizeRel
ARG hyperscan_git_source=https://github.com/VectorCamp/vectorscan
ARG hyperscan_git_tag=vectorscan/5.4.11
ARG pcre_version=8.45
Expand Down

0 comments on commit 5c754d0

Please sign in to comment.