Unverified Commit a761cea6 authored by Pavel's avatar Pavel Committed by GitHub

Remove DSK_TRIVIAL_ABI, we don't need it anymore (#1202)

We must use the same clang flags to build JNI cpp shims as we use to
build skia
parent b5c44f23
......@@ -82,7 +82,7 @@ enum class SkiaBuildType(
DEBUG(
id = "Debug",
flags = arrayOf("-DSK_DEBUG"),
clangFlags = arrayOf("-std=c++2a", "-g", "-DSK_TRIVIAL_ABI=[[clang::trivial_abi]]"),
clangFlags = arrayOf("-std=c++2a", "-g"),
winCompilerFlags = arrayOf("/Zi", "/std:c++20"),
winLinkerFlags = arrayOf("/DEBUG"),
),
......
Markdown is supported
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