Commit d3f67d1e authored by voidanix's avatar voidanix Committed by Fijxu
Browse files

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: default avatarvoidanix <voidanix@keyedlimepie.org>
parent c25bcb60
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment