Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
postgis
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian GIS Project
postgis
Commits
e42eccd2
Commit
e42eccd2
authored
2 years ago
by
Bas Couwenberg
Browse files
Options
Downloads
Patches
Plain Diff
Enable LTO.
parent
ae8edeef
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+1
-0
1 addition, 0 deletions
debian/changelog
debian/rules
+2
-1
2 additions, 1 deletion
debian/rules
with
3 additions
and
1 deletion
debian/changelog
+
1
−
0
View file @
e42eccd2
...
...
@@ -3,6 +3,7 @@ postgis (3.3.0~alpha1+dfsg-1) UNRELEASED; urgency=medium
* New upstream alpha release.
* Update pgversions for PostgreSQL 11 or higher requirement.
* Require at least libproj-dev 5.2.0.
* Enable LTO.
-- Bas Couwenberg <sebastic@debian.org> Sun, 22 May 2022 06:29:48 +0200
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
2
−
1
View file @
e42eccd2
...
...
@@ -47,7 +47,8 @@ COMMON_CONFIGURE_ARGS = --host=$(DEB_HOST_GNU_TYPE) \
--mandir
=
\$
${
prefix
}
/share/man
\
--infodir
=
\$
${
prefix
}
/share/info
\
--without-interrupt-tests
\
--without-phony-revision
--without-phony-revision
\
--enable-lto
NJOBS
:=
-j1
ifneq
(,$(filter parallel=%,$(subst $(COMMA), ,$(DEB_BUILD_OPTIONS))))
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment