Skip to content

Commit

Permalink
remove strict=1 parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
KurtGokhan committed Apr 8, 2024
1 parent 5c49920 commit 2f32dfb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions javascript/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ set(COMPILE_OPTIONS
-fno-exceptions
-fno-rtti
-g0
-Os
"SHELL:-s STRICT=1")
-Os)

add_compile_options(${COMPILE_OPTIONS})

Expand Down

0 comments on commit 2f32dfb

Please sign in to comment.