Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
Actor Framework
Commits
9dcebc5d
Commit
9dcebc5d
authored
Sep 13, 2014
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add --no-riac option to configure script
parent
b95c305b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
10 deletions
+6
-10
configure
configure
+6
-10
No files found.
configure
View file @
9dcebc5d
...
@@ -52,8 +52,7 @@ Usage: $0 [OPTION]... [VAR=VALUE]...
...
@@ -52,8 +52,7 @@ Usage: $0 [OPTION]... [VAR=VALUE]...
--no-nexus build without nexus
--no-nexus build without nexus
--no-shell build without shell
--no-shell build without shell
--no-benchmarks build without benchmarks
--no-benchmarks build without benchmarks
--no-probe build without probe
--no-riac build without riac
--no-probe-event build without probe-event
Debugging:
Debugging:
--with-runtime-checks build with requirement checks at runtime
--with-runtime-checks build with requirement checks at runtime
...
@@ -291,20 +290,17 @@ while [ $# -ne 0 ]; do
...
@@ -291,20 +290,17 @@ while [ $# -ne 0 ]; do
--with-erlc
=
*
)
--with-erlc
=
*
)
append_cache_entry CAF_ERLANG_COMPILER FILEPATH
"
$optarg
"
append_cache_entry CAF_ERLANG_COMPILER FILEPATH
"
$optarg
"
;;
;;
--no-nexus
*
)
--no-nexus
)
append_cache_entry CAF_NO_NEXUS BOOL
yes
append_cache_entry CAF_NO_NEXUS BOOL
yes
;;
;;
--no-shell
*
)
--no-shell
)
append_cache_entry CAF_NO_SHELL BOOL
yes
append_cache_entry CAF_NO_SHELL BOOL
yes
;;
;;
--no-benchmarks
*
)
--no-benchmarks
)
append_cache_entry CAF_NO_BENCHMARKS BOOL
yes
append_cache_entry CAF_NO_BENCHMARKS BOOL
yes
;;
;;
--no-probe
*
)
--no-riac
)
append_cache_entry CAF_NO_PROBE BOOL
yes
append_cache_entry CAF_NO_RIAC BOOL
yes
;;
--no-probe-event
*
)
append_cache_entry CAF_NO_PROBE_EVENT BOOL
yes
;;
;;
*
)
*
)
echo
"Invalid option '
$1
'. Try
$0
--help to see available options."
echo
"Invalid option '
$1
'. Try
$0
--help to see available options."
...
...
Write
Preview
Markdown
is supported
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