diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-11-15 19:57:52 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-11-15 19:57:52 +0100 |
commit | ed3a24eab7f6c3f64396d3ab71cbb33597d05e73 (patch) | |
tree | 846a6c163caa7beea07aa0cf1f73430de8f49e90 /TODO | |
parent | cf0c9479deedcbfc0592ac6d207b22ebf3655567 (diff) |
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ [dependencies] should automatically download dependency from vcpkg if available. This is useful for windows. Static libraries with dependencies should propagate their dependencies upwards to the first non-static library. -If a dependency uses a c/c++ version newer than our project then give a compile error, or automatically upgrade our package version to the max version of the dependencies (and our project version).
\ No newline at end of file +If a dependency uses a c/c++ version newer than our project then give a compile error, or automatically upgrade our package version to the max version of the dependencies (and our project version). + +_GLIBCXX_ASSERTIONS=1 |