Skip to content

Instantly share code, notes, and snippets.

@denizzzka
Created February 21, 2020 23:30
Show Gist options
  • Select an option

  • Save denizzzka/9ec26185ddfc35fbe547ba5ec12da89e to your computer and use it in GitHub Desktop.

Select an option

Save denizzzka/9ec26185ddfc35fbe547ba5ec12da89e to your computer and use it in GitHub Desktop.
d_dep = library(
'D code part',
[
'source/app.d',
'source/bindings/types.d',
],
include_directories: [
'source',
],
)
Превращается в:
ldc2 '-I=d/18ac3e7@@D code part@sta' -I=d -I=../d -I=../d/source -enable-color -wi -g -d-debug --mtriple=arm-none-eabi -mcpu=cortex-m3 -march=thumb -relocation-model=pic -of='d/18ac3e7@@D code part@sta/source_app.d.o' -c ../d/source/app.d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment