Skip to content

Commit

Permalink
Update compile.m
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang authored Feb 16, 2024
1 parent 02803af commit 73270be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matlab/setup_tools/compile.m
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ function compile(solvers, mexdir, fortd, gateways, options)
% The support for the classical variant is limited. No debugging version.
continue
end
mex_options = {verbose_option, ['-', dbgstr(debug_flags{idbg})], compiler_options};
mex_options = {verbose_option, ['-', dbgstr(debug_flags{idbg})], compiler_options, linker_options};
for iprc = 1 : length(precisions)
work_dir = fullfile(soldir, pdstr(precisions{iprc}, debug_flags{idbg}));
prepare_work_dir(work_dir);
Expand Down

0 comments on commit 73270be

Please sign in to comment.