mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-09 15:56:58 +02:00
Merge pull request #69 from seamusabshere/patch-1
it's CL=ccl not CC=ccl
This commit is contained in:
commit
352a833400
@ -112,7 +112,7 @@ By default, the `Makefile` uses [SBCL](http://sbcl.org/) to compile your
|
|||||||
binary image, though it's possible to also build using
|
binary image, though it's possible to also build using
|
||||||
[CCL](http://ccl.clozure.com/).
|
[CCL](http://ccl.clozure.com/).
|
||||||
|
|
||||||
$ make CC=ccl pgloader
|
$ make CL=ccl pgloader
|
||||||
|
|
||||||
Note that the `Makefile` uses the `--compress-core` option when using SBCL,
|
Note that the `Makefile` uses the `--compress-core` option when using SBCL,
|
||||||
that should be enabled in your local copy of `SBCL`. If that's not the case,
|
that should be enabled in your local copy of `SBCL`. If that's not the case,
|
||||||
|
Loading…
Reference in New Issue
Block a user