Skip to content

Commit 2f32dfb

Browse files
committed
remove strict=1 parameter
1 parent 5c49920 commit 2f32dfb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

javascript/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ set(COMPILE_OPTIONS
2424
-fno-exceptions
2525
-fno-rtti
2626
-g0
27-
-Os
28-
"SHELL:-s STRICT=1")
27+
-Os)
2928

3029
add_compile_options(${COMPILE_OPTIONS})
3130

0 commit comments

Comments
 (0)