mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-07 05:53:37 +01:00
Add --args to gdb when -p gdb is used
This commit is contained in:
parent
775cfa66d7
commit
7683786d11
@ -132,6 +132,7 @@ let run slave ?prefix exe ezfio_file =
|
||||
(** Run executable *)
|
||||
let prefix =
|
||||
match prefix with
|
||||
| Some "gdb" -> "gdb --args "
|
||||
| Some x -> x^" "
|
||||
| None -> ""
|
||||
and exe =
|
||||
|
Loading…
Reference in New Issue
Block a user