Skip to content

Commit

Permalink
OOL-22966 Tweak mold repository to work with Delphix Engine
Browse files Browse the repository at this point in the history
  • Loading branch information
pcd1193182 authored Sep 13, 2023
1 parent 41a38dc commit cebef6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ Priority: optional
Maintainer: Sylvestre Ledru <[email protected]>
Build-Depends:
cmake,
debhelper-compat (= 13),
debhelper-compat (= 12),
dwarfdump,
libmimalloc-dev,
libssl-dev,
libtbb-dev,
libxxhash-dev,
pkg-config,
zlib1g-dev,
gdb
gdb,
g++-10
Standards-Version: 4.6.0
Homepage: https://github.com/rui314/mold
Vcs-Browser: https://salsa.debian.org/pkg-llvm-team/mold
Expand Down
4 changes: 2 additions & 2 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
# package maintainers to append LDFLAGS
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed

export SYSTEM_MIMALLOC = 1
#export SYSTEM_MIMALLOC = 1
#export SYSTEM_TBB = 1

%:
dh $@

override_dh_auto_configure:
dh_auto_configure
dh_auto_configure -- -DCMAKE_CXX_COMPILER=g++-10

0 comments on commit cebef6e

Please sign in to comment.