Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 28 |
Nodes: | 6 (0 / 6) |
Uptime: | 65:28:17 |
Calls: | 425 |
Calls today: | 3 |
Files: | 1,025 |
Messages: | 91,406 |
Posted today: | 1 |
Hey!
I'd like to compile all of DVD-1 myself but using `-Oz` to optimize
for binary size rather than speed. How do I do that? Where do I
start? I could only find infos on how to build DVD-1 yourself using
existing binary packages...
On Wed, 23 Apr 2025 10:58:52 +0000
Nils <tuxifan@posteo.de> wrote:
Hey!
I'd like to compile all of DVD-1 myself but using `-Oz` to optimize
for binary size rather than speed. How do I do that? Where do I
start? I could only find infos on how to build DVD-1 yourself using existing binary packages...
How else can you do it? A working compiler is binary code, as are its auxiliary packages. To compile anything you must use pre-compiled
binaries.
It's a bootstrap job [...]
On Wed, 23 Apr 2025 10:58:52 +0000
Nils <tuxifan@posteo.de> wrote:
Hey!
I'd like to compile all of DVD-1 myself but using `-Oz` to optimize
for binary size rather than speed. How do I do that? Where do I
start? I could only find infos on how to build DVD-1 yourself using
existing binary packages...
How else can you do it? A working compiler is binary code, as are its auxiliary packages. To compile anything you must use pre-compiled
binaries.
It's a bootstrap job. You start by using a running system to compile a
Do you need the DVD creation, or are you just looking for the
re-compiled packages? If the latter, perhaps apt-build (https://manpages.debian.org/testing/apt-build/apt-build.1.en.html)
might be of interest to you?
Hope the op has a lot of computing resources...
For a more Debian specific link, see
https://wiki.debian.org/DebianBootstrap
Cheers