Skip to content

Commit

Permalink
Create release binary with cmake explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 committed Oct 4, 2023
1 parent 6897bb9 commit fe95317
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/mini_portile2/mini_portile_cmake.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ def cmake_compile_flags
"-DCMAKE_SYSTEM_NAME=#{cmake_system_name}",
"-DCMAKE_SYSTEM_PROCESSOR=#{cpu_type}",
"-DCMAKE_C_COMPILER=#{c_compiler}",
"-DCMAKE_CXX_COMPILER=#{cxx_compiler}"
"-DCMAKE_CXX_COMPILER=#{cxx_compiler}",
"-DCMAKE_BUILD_TYPE=Release"
]
end

Expand Down

0 comments on commit fe95317

Please sign in to comment.