CI updates
This commit is contained in:
+2
-1
@@ -28,7 +28,8 @@
|
||||
#include "conf.h"
|
||||
|
||||
static Options global_options;
|
||||
Options *opt = &global_options; // also see class PackMaster for per-file local options
|
||||
// also see class PackMaster for per-file local options
|
||||
upx_thread_local Options *opt = &global_options;
|
||||
|
||||
#if WITH_THREADS
|
||||
std::mutex opt_lock_mutex; // for locking "opt"
|
||||
|
||||
Reference in New Issue
Block a user