Make -DUPB_THREAD_UNSAFE the default for now.

pull/13171/head
Joshua Haberman 14 years ago
parent ec454c1189
commit 731282a8cc
  1. 3
      src/upb_atomic.h

@ -29,6 +29,9 @@ extern "C" {
#define INLINE static inline
#endif
// Until this stuff is actually working, make thread-unsafe the default.
#define UPB_THREAD_UNSAFE
#ifdef UPB_THREAD_UNSAFE
/* Non-thread-safe implementations. ******************************************/

Loading…
Cancel
Save