Michael Pratt 518923178c tools/cmake: disable cmake script debugger
Upstream commit a9a592f96e6498da302f8e968be1db0ad3c32123
("cmake: Add debugger") added a huge amount of code
in order to create a debugging feature for CMakeLists.txt
of other projects. This was added to CMake since 3.27.x.

Unforunately, this new debugger will not build on ARM systems
like arm-linux-gnueabihf (Raspberry Pi 4), and takes up
extra build time for something Openwrt doesn't need,
yet it was enabled by default. (Thanks Microsoft....)

Specifically, it's a failure to link to functions like
__atomic_store_8, __atomic_load_8, __atomic_fetch_add_8, etc.

Let's just disable it.

Someone who really needs this for developing can have CMake
with the debugger on their host machine or manually re-enable it here.

Link: https://gitlab.kitware.com/cmake/cmake/-/issues/21510
Link: https://devblogs.microsoft.com/cppblog/cmake-debugger-allows-you-to-debug-your-cmake-scripts-and-more/
Signed-off-by: Michael Pratt <mcpratt@pm.me>
2023-10-13 09:27:18 +02:00
..
2023-09-19 20:21:33 +02:00
2022-12-17 20:26:51 +01:00
2022-10-22 22:50:37 +02:00
2023-09-19 20:21:33 +02:00
2023-04-18 15:25:21 +02:00
2023-10-12 00:22:09 +02:00
2023-05-09 11:38:18 +02:00
2023-04-19 01:02:26 +02:00
2023-03-12 13:53:49 +01:00
2022-10-31 21:27:48 +01:00
2023-10-12 00:22:36 +02:00
2023-03-19 18:20:18 +01:00
2023-04-22 01:33:16 +02:00
2023-09-19 20:21:33 +02:00
2023-09-19 20:21:33 +02:00
2023-09-19 20:21:33 +02:00
2023-01-16 23:51:10 +00:00
2023-08-14 20:16:05 +02:00
2023-04-11 17:30:32 +02:00
2022-03-01 00:08:08 +01:00
2023-08-14 20:14:49 +02:00
2023-08-28 23:45:58 +02:00
2023-09-19 20:21:33 +02:00
2023-04-08 15:51:32 +02:00
2023-01-24 23:13:25 +01:00
2020-09-02 16:29:22 +02:00
2023-04-29 17:37:45 +02:00
2023-10-12 00:23:16 +02:00
2022-02-25 14:12:39 +01:00
2023-09-19 20:21:33 +02:00
2021-09-20 15:21:17 +02:00
2023-08-14 10:18:43 +02:00
2023-09-19 20:21:33 +02:00
2023-10-12 09:49:49 +02:00
2023-04-07 11:18:54 +02:00
2023-07-04 20:25:40 +02:00