rom-properties/cmake
David Korth a5c23c5543 [cmake] gcc.cmake: Add -fprofile-update=atomic.
This fixes the 'negative' errors from lcov's geninfo.

Before:
  source files: 600
  lines.......: 23.2% (10654 of 45904 lines)
  functions...: 22.8% (848 of 3721 functions)
  branches....: 15.8% (7572 of 47821 branches)

After:
  source files: 600
  lines.......: 23.2% (10654 of 45904 lines)
  functions...: 22.8% (848 of 3721 functions)
  branches....: 15.8% (7572 of 47821 branches)

Effectively no change in coverage, but it's likely more stable.
I'll note that the error was triggering in ASTC decoding, which
uses OpenMP for parallel processing.
2025-01-18 12:10:32 -05:00
..
libs Clean up some Qt4/KDE4 warnings. 2025-01-18 11:18:39 -05:00
macros Add some workarounds for issues encountered on NixOS. 2024-10-25 01:02:40 -04:00
platform [cmake] gcc.cmake: Add -fprofile-update=atomic. 2025-01-18 12:10:32 -05:00
toolchain [scripts] package.cmd: Add ARM, ARM64, and ARM64EC. 2023-07-16 18:28:21 -04:00
cmake_uninstall.cmake.in [cmake] cmake_uninstall.cmake.in: Use EXECUTE_PROCESS() instead of EXEC_PROGRAM(). 2024-03-03 12:51:03 -05:00
options.cmake The KDE 6.x and GTK 4.x UI frontends are no longer experimental. 2024-10-25 01:20:33 -04:00
platform.cmake [cmake] Add flags for RelWithDebInfo. 2024-03-24 16:58:18 -04:00