Commit graph

14 commits

Author SHA1 Message Date
malc 78a8dba6fa Refactor 2016-05-31 00:34:04 +03:00
malc 78bc8279cc Fix native builds
Thanks to Tuncer Ayaz for heads up. (Also this can use some refactoring).
2016-05-31 00:15:12 +03:00
malc b21a9802ae Make hlint happy 2016-05-26 14:06:32 +03:00
malc 4a9ffb85f2 Dedup 2016-05-26 00:06:16 +03:00
malc 2d89b9af22 Kill stray space 2016-05-14 23:20:49 +03:00
malc 7b7f141138 Compress more 2016-04-29 05:39:10 +03:00
malc bfac1efe8a Compress 2016-04-29 05:36:49 +03:00
Tuncer Ayaz cb5ef4b5cd Add target build/llpp.murel.native
This expects a mupdf tree that's been built in release mode and is
needed because -march=native objects can use instructions that are not
supported by all CPUs.
2016-04-28 20:29:46 +02:00
malc 633b216e38 Silence the compiler
w.r.t. lablGL
2016-04-28 01:37:47 +03:00
malc bdb59fac5f Enable css hack for shake builds 2016-02-29 09:17:16 +03:00
malc 3f65766324 Safety net
http://roscidus.com/blog/blog/2014/01/07/ocaml-the-bugs-so-far/
2016-01-17 08:54:18 +03:00
malc fa270a2a5c Sync with upstream 2016-01-06 22:13:00 +03:00
malc fa52e0bb5d Allow specifying CFLAGS value via environment variable
Thanks to Tuncer Ayaz and Neil Mitchell.

(Background https://github.com/moosotc/llpp/pull/16)
2015-12-31 23:04:22 +03:00
Tuncer Ayaz a89b7c27e0 Improve Shake support
1. Rename Build.hs to Shakefile.sh, so that shake (the executable)
   picks it up.

2. There's no need for misc/build.sh anymore. Delete it.
2015-12-31 14:34:05 +01:00
Renamed from Build.hs (Browse further)