Skip to content

Commit

Permalink
Fix cmake formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jerinphilip committed Dec 21, 2023
1 parent b94ed66 commit 3f90cc0
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions bindings/wasm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@ list(
-sDISABLE_EXCEPTION_CATCHING=1
# the intgemm functions we call will be undefined since these are linked at
# runtime by our own javascript.
#
# jerin: Disabling this particular flag, as it errors.
# em++: error: legacy setting used in strict mode: LLD_REPORT_UNDEFINED
# -sLLD_REPORT_UNDEFINED
#
# jerin: Disabling this particular flag, as it errors. em++: error: legacy
# setting used in strict mode: LLD_REPORT_UNDEFINED -sLLD_REPORT_UNDEFINED
-sERROR_ON_UNDEFINED_SYMBOLS=0
# Cause we can!
-sSTRICT=1
Expand All @@ -59,10 +58,8 @@ list(
# Dynamic execution is either frowned upon or blocked inside browser
# extensions
-sDYNAMIC_EXECUTION=0

# no main, pass --no-entry to suppress, said linker.
--no-entry
)
--no-entry)

add_executable(wasm-slimt slimt.cpp)

Expand Down

0 comments on commit 3f90cc0

Please sign in to comment.