forked from osquery/osquery
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Cleanups and fixes for a newer clang toolchain (osquery#8412)
- Force the use of the DWARF debug symbols version 4, since only very recent versions of gdb support any version higher than that and on newer clang versions, 5 is the default. - Correct the secure_getenv check; GLIBC 2.17 is the first version that adds supports for it, so it should be included - Move the selection of the standard library implementation and corollary library on Linux to be a toolchain specific setting, making it slightly easier to build with a different toolchain.
- Loading branch information
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters