Skip to content

Commit

Permalink
Don't build with Atomics support by default
Browse files Browse the repository at this point in the history
It's not currently implemented for Windows which makes the bytecode
generated by qjsc not portable.
  • Loading branch information
saghul committed Nov 1, 2023
1 parent 5f70d08 commit 0834628
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions quickjs.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,6 @@
#define CONFIG_PRINTF_RNDN
#endif

/* define to include Atomics.* operations which depend on the OS
threads */
#if !defined(EMSCRIPTEN)
#define CONFIG_ATOMICS
#endif

#if !defined(EMSCRIPTEN)
/* enable stack limitation */
#define CONFIG_STACK_CHECK
Expand Down

0 comments on commit 0834628

Please sign in to comment.