mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 08:24:32 -08:00
In order to allow -fpic and -fpie in the user target, move init to it's own target -- it needs its own special build rules to make it loadable by boot.
9 lines
58 B
YAML
9 lines
58 B
YAML
---
|
|
ccflags: [
|
|
"-g3",
|
|
"-ggdb",
|
|
]
|
|
|
|
ldflags: [
|
|
"-g",
|
|
] |