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. --- context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'context.h') diff --git a/context.h b/context.h index 12567f0..0444aee 100644 --- a/context.h +++ b/context.h @@ -1277,7 +1277,7 @@ public: virtual void run_task(); virtual short send(u8 *data, size_t size); - void some_stub() {}; + void some_stub(); int handle_command(struct packet *pkt); void parse_packet(); -- cgit v1.2.3-13-gbd6f