mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 06:48:05 +01:00
5 lines
322 B
Text
5 lines
322 B
Text
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.
|