mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-14 07:03:44 +01:00
0aec613a78
Closes ticket 23846
6 lines
304 B
Plaintext
6 lines
304 B
Plaintext
o Minor features (build):
|
|
- If you pass the "--enable-pic" option to configure, Tor will try to
|
|
tell the compiler to build position-independent code suitable to
|
|
link into a library. (The default remains -fPIE, for code suitable for a
|
|
relocatable executable.) Closes ticket 23846.
|