mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-04-24 08:36:07 +02:00
feat: новые функции, исправлены критические ошибки сборки и баги интерфейса, больше подписей в файлах
This commit is contained in:
Vendored
+2
@@ -16,9 +16,11 @@ objc_library(
|
||||
], allow_empty=True) + private_headers,
|
||||
copts = [
|
||||
"-Werror",
|
||||
"-Wno-deprecated-declarations",
|
||||
],
|
||||
cxxopts = [
|
||||
"-Werror",
|
||||
"-Wno-deprecated-declarations",
|
||||
"-std=c++17",
|
||||
],
|
||||
hdrs = public_headers,
|
||||
|
||||
Reference in New Issue
Block a user