Skip to content

Commit

Permalink
add_options("simd")
Browse files Browse the repository at this point in the history
  • Loading branch information
luadebug committed Dec 27, 2024
1 parent cde87ae commit c713984
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/p/pffft/port/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ add_rules("mode.debug", "mode.release")

target("pffft")
set_kind("$(kind)")
add_options("simd")
if not has_config("simd") then
add_defines("PFFFT_SIMD_DISABLE")
end
Expand Down

0 comments on commit c713984

Please sign in to comment.