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",
|
|
] |