mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-21 22:07:52 +00:00
Merge pull request #1367 from danielp96/libjson-reproducibility
modules/json-c: set cmake build type as minsizerel
This commit is contained in:
commit
5b9d9529ba
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user