Files
guru/dev-util
ingenarel (NeoJesus) e33a3ab7fa dev-util/docker-language-server: compile with symbol tables
I originally copied the compile command from the Makefile, and modified
it according to the needs

However, it originally was passing on the `-s` and `-w` flag to the go
linker

From https://pkg.go.dev/cmd/link
```
-s
	Omit the symbol table and debug information.
	Implies the -w flag, which can be negated with -w=0.

-w
	Omit the DWARF symbol table.
```

So when the install phase happened, portage was complaining about pre
stripped files

This should be fixed now

Thanks goes to ago for finding this bug!

Closes: https://bugs.gentoo.org/977875
Signed-off-by: ingenarel (NeoJesus) <ingenarel_neojesus@disroot.org>
2026-06-22 09:44:35 +06:00
..
2026-02-25 14:27:34 +01:00
2026-05-30 23:00:17 +03:00
2026-05-13 16:32:32 -04:00
2026-05-06 11:21:10 +02:00
2026-04-24 18:51:01 +09:00
2026-03-31 18:19:39 +03:00
2026-06-11 02:03:37 +06:00
2026-05-07 15:08:44 +03:00