about summary refs log tree commit diff stats
path: root/docs
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-03-05 11:48:48 +0100
committerptitSeb <sebastien.chev@gmail.com>2023-03-05 11:48:48 +0100
commit72119ddfa449bdfc98c7152653047f34feca332c (patch)
tree4074ad32867814b287bd141ab521ce3c967cb202 /docs
parentd4afca9b5aa1970179d057b23941355c59a9723d (diff)
downloadbox64-72119ddfa449bdfc98c7152653047f34feca332c.tar.gz
box64-72119ddfa449bdfc98c7152653047f34feca332c.zip
Added automatic detection of libcef (will help zoon #510, #451, #302 and probably other too)
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/USAGE.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md
index 9000da1a..cc95735d 100755
--- a/docs/USAGE.md
+++ b/docs/USAGE.md
@@ -202,6 +202,11 @@ Handling of x87 80bits long double
 * 0 : Try to handle 80bits long double as precise as possible (Default)

 * 1 : Handle them as double

 

+#### BOX64_LIBCEF *

+Detect libcef and apply malloc_hack settings

+* 0 : Don't detect libcef

+* 1 : Detect libcef, and apply MALLOC_HACK=2 if detected (Default)

+

 #### BOX64_LIBGL *

  * libXXXX set the name for libGL (defaults to libGL.so.1).

  * /PATH/TO/libGLXXX : Sets the name and path for libGL