mirror of
https://github.com/dlang/dmd.git
synced 2025-04-25 20:50:41 +03:00
Rebuild dmd with DFLAGS
This commit is contained in:
parent
a7ae3e9108
commit
88de5e369b
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ rebuild() {
|
|||
cp $build_path/dmd _${build_path}/host_dmd
|
||||
cp $build_path/dmd.conf _${build_path}
|
||||
make -j$N -C src -f posix.mak MODEL=$MODEL HOST_DMD=../_${build_path}/host_dmd clean
|
||||
make -j$N -C src -f posix.mak MODEL=$MODEL HOST_DMD=../_${build_path}/host_dmd ENABLE_RELEASE=${ENABLE_RELEASE:-1} ENABLE_WARNINGS=1 all
|
||||
make -j$N -C src -f posix.mak MODEL=$MODEL HOST_DMD=../_${build_path}/host_dmd DFLAGS="$CI_DFLAGS" ENABLE_RELEASE=${ENABLE_RELEASE:-1} ENABLE_WARNINGS=1 all
|
||||
|
||||
# compare binaries to test reproducible build
|
||||
if [ $compare -eq 1 ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue