-
The static compilation flag does not seem to work, or I don't understand the compilation options.
From the help menu:
```
-static specify static libraries (default is dynamic)
```
For example…
-
From Daniel @danielpeter :
Shall we remove the static compilation part in the globe version? i got some feedback from users and also spoke with the cluster system administrators here. they would p…
-
Hi,great job for this,just asking that how can i static compilate slowhttptest
xxcdd updated
3 years ago
-
I specified the -- static option when configuring, but the compiled SRS program is still dynamically linked. There is no such problem in version 3.0, but upgrading to version 4.0 will cause this issue…
-
Set up a static analysis pass before compilation.
Example: unused variables.
Experimental.
-
I am having a compile failure with this platform that should work as ive tested it on i368.
ive listed everything i possibly can to fixing it or getting a workaround.
this is the best knowledge i …
-
Hello,
I just updated from version 0.13.0 to the latest version, and I've encountered compilation issues with some of my code. Below is a short example of the code that successfully compiled in ver…
Vaiz updated
18 hours ago
-
See https://godbolt.org/z/19EKoc86z or [pack_indexing.zip](https://github.com/user-attachments/files/17739083/pack_indexing.zip).
The code contains this definition of `__m_at_c`:
```CPP
#ifdef LA…
-
Hello @aarzilli
Environment:
- Golang: 1.23
- Lua: 5.4.6
- golua: last version
I am building a static go binary with the following command:
```sh
go build -tags "luaa lua54 yara_static" -o…
-
### What feature are you requesting?
When `make debug`, I observed sometimes only one single core to be busy via `htop`.
It would be nice if we could ensure parallel build at all targets via `make…