mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
add cc command line to ffi debug output
This commit is contained in:
parent
10ed000e1b
commit
bfcab41056
1 changed files with 3 additions and 0 deletions
|
@ -2161,4 +2161,7 @@
|
|||
(macosx (append '("-dynamiclib" "-Oz") ',base-args))
|
||||
(else (append '("-fPIC" "-shared" "-Os") ',base-args)))))
|
||||
(cc (or cc (if *c++?* "c++" "cc"))))
|
||||
(display ";; " (current-error-port))
|
||||
(write (cons cc args) (current-error-port))
|
||||
(newline (current-error-port))
|
||||
(execute cc (cons cc args))))))))))
|
||||
|
|
Loading…
Add table
Reference in a new issue