From 2b9599035cf2da613869a4db10ac236a49fc5e4c Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Thu, 9 Mar 2023 18:17:37 -0400 Subject: global: Compile the entire codebase with `-sym on` Just like with `-inline none`, I'm starting to realize more, and more that they built it with `-sym on` too. --- src/pso/TProtocol.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/pso/TProtocol.cpp') diff --git a/src/pso/TProtocol.cpp b/src/pso/TProtocol.cpp index a1462b9..58a7374 100644 --- a/src/pso/TProtocol.cpp +++ b/src/pso/TProtocol.cpp @@ -247,6 +247,8 @@ void TProtocol::run_task() { } } +void TProtocol::some_stub() {} + TProtocol::~TProtocol() { } -- cgit v1.2.3-13-gbd6f