diff options
| author | Michael Forney <mforney@mforney.org> | 2016-04-10 02:58:52 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-04-15 02:10:08 -0700 |
| commit | dbb513d4572e2eed5e540b7b7fb7e9c8f544cb04 (patch) | |
| tree | 2260140732591d6ca455e493305884c21f063b3f /config.ninja | |
| parent | 5f753e71fa37011b9bf7bcec482fe4a4a904dc9e (diff) | |
Add some initial packages
Diffstat (limited to 'config.ninja')
| -rw-r--r-- | config.ninja | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config.ninja b/config.ninja new file mode 100644 index 00000000..522687bf --- /dev/null +++ b/config.ninja @@ -0,0 +1,12 @@ +ar = ar +cc = cc + +cflags = -O2 -march=native -pipe +ldflags = -static + +zic = zic +yacc = yacc +python = python +perl = perl + +repo = root.git |
