Skip to content

Commit

Permalink
Disable bu default CPU parallelism since consums a lot of resource #76
Browse files Browse the repository at this point in the history
  • Loading branch information
Lecrapouille committed Feb 3, 2025
1 parent 6b2f942 commit 7512a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/gdcef/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@

# Use OpenMP for using CPU parallelism (i.e. for copying CEF textures to Godot)
# FIXME no openmp installed by default on MacOS :(
CEF_USE_CPU_PARALLELISM = "yes" # or "no"
CEF_USE_CPU_PARALLELISM = "no" # or "yes"

# Minimun CMake version needed for compiling CEF
CMAKE_MIN_VERSION = "3.19"
Expand Down

0 comments on commit 7512a45

Please sign in to comment.