Skip to content

Commit

Permalink
build: don't minify html
Browse files Browse the repository at this point in the history
  • Loading branch information
luishfonseca committed Jun 15, 2024
1 parent d70db35 commit 7ead7d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ function(cubos_common_target_options target)
target_link_options(${target} PUBLIC -sSTRICT -sASSERTIONS=0)
target_link_options(${target} PUBLIC -sMIN_WEBGL_VERSION=2 -sMAX_WEBGL_VERSION=2)
target_link_options(${target} PUBLIC -pthread -sPTHREAD_POOL_SIZE=navigator.hardwareConcurrency)
target_link_options(${target} PUBLIC -sMINIFY_HTML=0)

if (WITH_GLFW)
target_link_options(${target} PUBLIC -sUSE_GLFW=3)
Expand Down

0 comments on commit 7ead7d7

Please sign in to comment.