mirror of
https://gitee.com/fasiondog/hikyuu.git
synced 2024-11-30 02:48:57 +08:00
update
This commit is contained in:
parent
0fdf4d81a5
commit
00d54291fd
@ -68,7 +68,7 @@ void sendFeedback() {
|
||||
|
||||
json req;
|
||||
req["uid"] = boost::uuids::to_string(uid);
|
||||
req["name"] = "hikyuu";
|
||||
req["part"] = "hikyuu";
|
||||
req["version"] = HKU_VERSION;
|
||||
req["build"] = fmt::format("{}", HKU_VERSION_BUILD);
|
||||
req["platform"] = getPlatform();
|
||||
|
@ -1,10 +1,3 @@
|
||||
option("feedback")
|
||||
set_default(true)
|
||||
set_showmenu(true)
|
||||
set_category("hikyuu")
|
||||
set_description("Enable send feedback.")
|
||||
add_defines("HKU_SEND_FEEDBACK")
|
||||
option_end()
|
||||
|
||||
target("hikyuu")
|
||||
if is_mode("debug", "coverage", "asan", "msan", "tsan", "lsan") then
|
||||
|
Loading…
Reference in New Issue
Block a user