mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
6 lines
230 B
Plaintext
6 lines
230 B
Plaintext
|
o Code simplifications and refactoring:
|
||
|
- During configure, detect when we're building with clang version 3.0 or
|
||
|
lower and disable the -Wnormalized=id and -Woverride-init CFLAGS.
|
||
|
clang doesn't support them yet.
|
||
|
|