Fix markup

This commit is contained in:
Justin Ethier 2021-09-07 07:47:56 -04:00
parent 0a679333b8
commit b8c9730f3f

View file

@ -10,7 +10,7 @@ Features
- Cyclone will no longer memoize pure functions by default.
- Added build option `CYC_PTHREAD_SET_STACK_SIZE` to allow Cyclone to specify a thread stack size rather than using the OS default. EG:
make CYC_PTHREAD_SET_STACK_SIZE=1 libcyclone.a
make CYC_PTHREAD_SET_STACK_SIZE=1 libcyclone.a
Bug Fixes