aboutsummaryrefslogtreecommitdiff
path: root/config.nims
blob: 92ef9a582d21a0ce2b9750634dc19874dfc37319 (plain)
1
2
3
4
5
6
switch("define", "release")
switch("define", "flto")
switch("opt", "size")
switch("threads", "on")
switch("passC", "-ffunction-sections")
switch("passL", "-Wl,--gc-sections")