Skip to content

Commit

Permalink
- remove debug assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergmann committed Jan 17, 2024
1 parent 91f68a8 commit 63f7440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ target_link_libraries(copasijs PUBLIC embind)
set(CMAKE_EXECUTABLE_SUFFIX ".js")

set_target_properties(copasijs PROPERTIES COMPILE_FLAGS "-Os")
set_target_properties(copasijs PROPERTIES LINK_FLAGS "-Os -sASSERTIONS -sENVIRONMENT=${COPASIJS_ENVIRONMENT} -sSINGLE_FILE=1 -sEXPORT_ES6=0 -sUSE_ES6_IMPORT_META=0 -s WASM=1 -s MODULARIZE -s 'EXPORT_NAME=createCpsModule' --no-entry ${PRELOAD_FILE} -sEXPORTED_RUNTIME_METHODS=${EXPORTED_FUNCTIONS}")
set_target_properties(copasijs PROPERTIES LINK_FLAGS "-Os -sENVIRONMENT=${COPASIJS_ENVIRONMENT} -sSINGLE_FILE=1 -sEXPORT_ES6=0 -sUSE_ES6_IMPORT_META=0 -s WASM=1 -s MODULARIZE -s 'EXPORT_NAME=createCpsModule' --no-entry ${PRELOAD_FILE} -sEXPORTED_RUNTIME_METHODS=${EXPORTED_FUNCTIONS}")

install(
FILES
Expand Down

0 comments on commit 63f7440

Please sign in to comment.