mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
2fa7a3af4c
Add --enable-fatal-warnings to control -Werror. Closes ticket 19044.
6 lines
322 B
Plaintext
6 lines
322 B
Plaintext
o Minor features (compilation):
|
|
- Our big list of extra GCC warnings is now enabled by default when
|
|
building with GCC (or with anything like Clang that claims to be
|
|
GCC-compatible). To make all warnings into fatal compilation errors,
|
|
pass --enable-fatal-warnings to configure. Closes ticket 19044.
|