Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
os_test: C++: disable profiling (-pg)
os_test includes C++ exception tests which are incompatible with ftrace by design [1]. This commit makes sure the C++ tests are not compiled with the profiling flag (-pg), which is the flag that one would use to enable function tracing in TAs. Link: [1] OP-TEE/optee_os#4022 Signed-off-by: Jerome Forissier <[email protected]> Acked-by: Jens Wiklander <[email protected]>
- Loading branch information