bytedance / mockey

a simple and easy-to-use golang mock library
Apache License 2.0
556 stars 22 forks source link

feat: check inlining and optimization when init mockey #39

Closed Sychorius closed 9 months ago

Sychorius commented 9 months ago

Change-Id: I3a362d2160ce4db55f9b4574f8fcf9e0cfb170f8

What type of PR is this?

feat

What this PR does / why we need it (en: English/zh: Chinese):

en: Check inlining and optimization when init mockey (can be disabled by setting env MOCKEY_CHECK_GCFLAGS=false) zh: 初始化时检查是否开启了內联优化,可以通过环境变量MOCKEY_CHECK_GCFLAGS=false关闭检查