Open forslund opened 4 years ago
Add explicit pthread flags and -Wl,--no-as-needed to allow using python's multiprocessing module.
without this an error is thrown:
terminate called after throwing an instance of 'std::system_error' what(): Enable multithreading to use std::thread: Operation not permitted
Add explicit pthread flags and -Wl,--no-as-needed to allow using python's multiprocessing module.
without this an error is thrown: