Skip to content

Commit

Permalink
release build
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioSieg committed Feb 14, 2025
1 parent 735bc9e commit c4950ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/magnetron_framework/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def build_extension(self, ext):
cmake_args = [
'-DMAGNETRON_ENABLE_CUDA=OFF', # TODO: Fix cuda compilation
f'-DCMAKE_LIBRARY_OUTPUT_DIRECTORY={os.path.abspath(os.path.join(self.build_lib, "magnetron"))}',
'-DCMAKE_BUILD_TYPE=Debug',
'-DCMAKE_BUILD_TYPE=Release',
]
build_args = [
'--target magnetron', # Only build the magnetron library
Expand Down

0 comments on commit c4950ba

Please sign in to comment.