commit 02d7831e2defe92513560010223ad3f89c4277d2
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Mon Nov 2 15:42:41 2020 +0100
Removed separate IPO build flag.
tg_owt.spec | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/tg_owt.spec b/tg_owt.spec
index 80237ea..08a250b 100644
--- a/tg_owt.spec
+++ b/tg_owt.spec
@@ -130,7 +130,6 @@ cp -f -p src/rtc_base/third_party/sigslot/README.chromium
legal/README.sigslot
%cmake -G Ninja \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_POSITION_INDEPENDENT_CODE:BOOL=ON \
- -DCMAKE_INTERPROCEDURAL_OPTIMIZATION:BOOL=OFF \
-DTG_OWT_USE_PROTOBUF:BOOL=ON \
-DTG_OWT_PACKAGED_BUILD:BOOL=ON
%cmake_build