samples -> examples
Some checks failed
CMake / ubuntu-latest - shared=ON, pthread=OFF, posix=OFF (push) Has been cancelled
CMake / ubuntu-latest - shared=OFF, pthread=OFF, posix=ON (push) Has been cancelled
CMake / ubuntu-latest - shared=ON, pthread=OFF, posix=ON (push) Has been cancelled
CMake / ubuntu-latest - shared=OFF, pthread=ON, posix=ON (push) Has been cancelled
CMake / ubuntu-latest - shared=OFF, pthread=OFF, posix=OFF (push) Has been cancelled
CMake / ubuntu-latest - shared=ON, pthread=ON, posix=ON (push) Has been cancelled
Some checks failed
CMake / ubuntu-latest - shared=ON, pthread=OFF, posix=OFF (push) Has been cancelled
CMake / ubuntu-latest - shared=OFF, pthread=OFF, posix=ON (push) Has been cancelled
CMake / ubuntu-latest - shared=ON, pthread=OFF, posix=ON (push) Has been cancelled
CMake / ubuntu-latest - shared=OFF, pthread=ON, posix=ON (push) Has been cancelled
CMake / ubuntu-latest - shared=OFF, pthread=OFF, posix=OFF (push) Has been cancelled
CMake / ubuntu-latest - shared=ON, pthread=ON, posix=ON (push) Has been cancelled
Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
21
examples/build_system.dcfg
Normal file
21
examples/build_system.dcfg
Normal file
@@ -0,0 +1,21 @@
|
||||
fn lib = {
|
||||
targets = [
|
||||
{
|
||||
name = 'kernel'
|
||||
source = 'src/kernel'
|
||||
output = 'bin/kernel.elf'
|
||||
options = {
|
||||
optimization = 'O2'
|
||||
debug = false
|
||||
}
|
||||
}
|
||||
{
|
||||
name = 'initrd'
|
||||
source = 'src/initrd'
|
||||
output = 'bin/initrd.img'
|
||||
}
|
||||
]
|
||||
|
||||
parallel_jobs = 8
|
||||
cache.enable = true
|
||||
}
|
Reference in New Issue
Block a user