Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
docking
ocladock
Commits
ce0d781d
Commit
ce0d781d
authored
Jun 16, 2017
by
Leonardo Solis
Browse files
correct Makefile for CONFIG
parent
2c0caad7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
ce0d781d
...
...
@@ -95,12 +95,12 @@ endif
# ------------------------------------------------------
# Configuration (Host)
# Valid values:
release, debug
CONFIG
=
release
# Valid values:
RELEASE, DEBUG
CONFIG
=
RELEASE
ifeq
($(CONFIG),
debug
)
ifeq
($(CONFIG),
DEBUG
)
OPT
=
-O0
-g3
-Wall
else
ifeq
($(CONFIG),
release
)
else
ifeq
($(CONFIG),
RELEASE
)
OPT
=
-O3
else
OPT
=
...
...
README.md
View file @
ce0d781d
...
...
@@ -40,7 +40,7 @@ After successful compilation, the host binary `ocladock_<type>_<N>wi` is placed
`type`
denotes the accelerator chosen:
`cpu`
or
`gpu`
.
`N`
denotes the OpenCL work-group size:
`16`
,
`32`
, or
`64`
.
`N`
denotes the OpenCL work-group size:
`16`
,
`32`
, or
`64`
.
This can be configured in the
[
Makefile
](
Makefile
)
.
...
...
@@ -82,7 +82,7 @@ For a complete list of available arguments and their default values, check: [get
# Documentation
For a complete documentation, check the
[
Wiki
](
documentation
)
For a complete documentation, check the
[
Wiki
](
./ocladock.wiki./home
)
# Credits
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment