litucks-torzu/src
darktux 22acf85d05 Fix GCC builds with Debug build type
When compiling with -DCMAKE_BUILD_TYPE=Debug, GCC would (correctly) fail to
compile intrinsics in stb and host1x due to lack of optimizations.

Sadly, the compilation error given is bogus and Clang completing the builds
without issues does raise some eyebrows.

Therefore, force optimizations for the offending files under GCC when
creating Debug builds.

Signed-off-by: voidanix <voidanix@keyedlimepie.org>
2024-04-05 01:58:30 +02:00
..
android Android: Add ability to run Qlaunch 2024-04-05 01:58:29 +02:00
audio_core oboe_sink: handle temporary stream creation failure 2024-02-23 10:30:52 -05:00
common Fix GCC builds with Debug build type 2024-04-05 01:58:30 +02:00
core Solves warning about GuestMemory having internal linkage. 2024-04-05 01:58:30 +02:00
dedicated_room Move time services to new IPC. 2024-01-27 03:30:09 +00:00
frontend_common Merge pull request #13047 from anpilley/import-firmware 2024-02-17 23:18:00 -05:00
hid_core Merge pull request #13135 from german77/hid-interface 2024-02-27 12:26:26 -05:00
input_common android: Play vibrations asynchronously 2024-02-23 16:41:59 -05:00
network Fix more typos 2024-01-15 23:26:53 +00:00
shader_recompiler Added support for Princess Peach: Showtime! 2024-04-05 01:58:30 +02:00
tests Updated copyright headers 2024-04-05 01:58:30 +02:00
video_core Fix GCC builds with Debug build type 2024-04-05 01:58:30 +02:00
web_service Updated copyright headers 2024-04-05 01:58:30 +02:00
yuzu Updated copyright headers 2024-04-05 01:58:30 +02:00
yuzu_cmd Updated copyright headers 2024-04-05 01:58:30 +02:00
.clang-format
CMakeLists.txt Port changes from Early Access 2024-04-05 01:58:29 +02:00