-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set debug DWARF v4 & rm usage of CMAKE_<LANG>_FLAGS_<CONFIG>_INIT.
The _INIT variables were introduced in CMake 3.11, and this project currently supports 3.6+. The CMAKE_<LANG>_FLAGS_<CONFIG> are reset here instead of using _INIT, as we want these to be the starting values, overwritting any CMake defaults. Debug info set to DWARF v4 because some tooling does not process v5 yet.
- Loading branch information
1 parent
efd034a
commit fdc9faa
Showing
3 changed files
with
19 additions
and
13 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