Merge branch 'master' of github.com:Arisotura/melonDS

This commit is contained in:
Arisotura 2022-10-13 23:54:49 +02:00
commit a8fba8cc34
1 changed files with 2 additions and 0 deletions

View File

@ -106,6 +106,8 @@ if (ENABLE_JIT)
endif()
add_subdirectory(teakra EXCLUDE_FROM_ALL)
# Workaround for building teakra with -O0 on Windows either failing or hanging forever
target_compile_options(teakra PRIVATE "$<$<CONFIG:DEBUG>:-Og>")
target_link_libraries(core PRIVATE teakra)
find_library(m MATH_LIBRARY)