Skip to content

Commit

Permalink
Merge pull request #1367 from danielp96/libjson-reproducibility
Browse files Browse the repository at this point in the history
modules/json-c: set cmake build type as minsizerel
  • Loading branch information
tlaurion authored Apr 11, 2023
2 parents 1cf7158 + 46aa253 commit 5b9d952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/json-c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ json-c_configure := \
echo -e "$(toolchain_file)" | sed 's/\\//g' > toolchain && \
mkdir -p build && \
cd build && \
cmake .. -DCMAKE_INSTALL_PREFIX="$(INSTALL)" -DCMAKE_TOOLCHAIN_FILE=../toolchain
cmake .. -DCMAKE_INSTALL_PREFIX="$(INSTALL)" -DCMAKE_TOOLCHAIN_FILE=../toolchain -DCMAKE_BUILD_TYPE=minsizerel

json-c_target := \
$(CROSS_TOOLS) -C $(build)/$(json-c_dir)/build \
Expand Down

0 comments on commit 5b9d952

Please sign in to comment.