mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 00:14:32 -08:00
Changing bonnibel to respect the --arch flag to configure. This requires some reworking of modules, mostly in the addition of the ModuleList class instead of just a dict of modules.
9 lines
58 B
YAML
9 lines
58 B
YAML
---
|
|
ccflags: [
|
|
"-g3",
|
|
"-ggdb",
|
|
]
|
|
|
|
ldflags: [
|
|
"-g",
|
|
] |