git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' into isa/arm64
[lunaix-os.git]
/
lunaix-os
/
LBuild
1
use("kernel")
2
use("libs")
3
use("arch")
4
use("hal")
5
6
headers([
7
"includes",
8
"includes/usr"
9
])
10
11
# compliation setting
12
13
compile_opts([
14
"-ffreestanding",
15
"-fno-pie"
16
])
17
18
linking_opts([
19
"-nostdlib",
20
"-nolibc",
21
"-z noexecstack",
22
"-no-pie",
23
])
24
25
linking_opts([
26
"-Wl,--build-id=none"
27
])