diff options
author | Evan Shelhamer <shelhamer@imaginarynumber.net> | 2014-06-29 20:45:41 -0700 |
---|---|---|
committer | Evan Shelhamer <shelhamer@imaginarynumber.net> | 2014-07-17 11:57:06 +0200 |
commit | b6d881d1e7eeb75515e70254fc5168f7854f7c42 (patch) | |
tree | 9bd7daede3c6e227d193ded4f210e3c9cc28fecd /Makefile.config.example | |
parent | 53825cd3c71fb044d1ee1683f2041d5b4a65b9cc (diff) | |
download | caffeonacl-b6d881d1e7eeb75515e70254fc5168f7854f7c42.tar.gz caffeonacl-b6d881d1e7eeb75515e70254fc5168f7854f7c42.tar.bz2 caffeonacl-b6d881d1e7eeb75515e70254fc5168f7854f7c42.zip |
configure Makefile for CPU-only build
Diffstat (limited to 'Makefile.config.example')
-rw-r--r-- | Makefile.config.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.config.example b/Makefile.config.example index 17c90016..708a39c7 100644 --- a/Makefile.config.example +++ b/Makefile.config.example @@ -1,6 +1,9 @@ ## Refer to http://caffe.berkeleyvision.org/installation.html # Contributions simplifying and improving our build system are welcome! +# CPU-only switch (uncomment to build without GPU support). +# CPU_ONLY := 1 + # To customize your choice of compiler, uncomment and set the following. # N.B. the default for Linux is g++ and the default for OSX is clang++ # CUSTOM_CXX := g++ |