diff options
| author | jussi | 2025-10-17 15:41:35 +0300 |
|---|---|---|
| committer | jussi | 2025-10-17 15:41:35 +0300 |
| commit | 929076b5766e0b9c5d8bfec3967a71e15a078bc9 (patch) | |
| tree | 68dace801685ec66ca4bcb18014ebfb4f89244b3 /CMakeLists.txt | |
| parent | 77ba40f97e6176e5bdeccf632ea17cb3121a0333 (diff) | |
| download | reilua-enhanced-929076b5766e0b9c5d8bfec3967a71e15a078bc9.tar.gz reilua-enhanced-929076b5766e0b9c5d8bfec3967a71e15a078bc9.tar.bz2 reilua-enhanced-929076b5766e0b9c5d8bfec3967a71e15a078bc9.zip | |
SetMusicPan was setting pitch fix.
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4cfba5b..2bedca9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ project( ReiLua ) set( CMAKE_C_STANDARD 99 ) # Requires C99 standard option( SHARED "Build using dynamic libraries." off ) -option( LUAJIT "Use LuaJIT." off ) +option( LUAJIT "Use LuaJIT." on ) option( LUA_EVENTS "Enable Lua event callbacks (RL.event)." off ) option( DYNAMIC_SYMBOLS "Expose all dynamic symbols with rdynamic." off ) option( EXPOSE_API_SYMBOLS "Expose dynamic symbols only for get and push functions of variable types." off ) |
