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
18e60764
Commit
18e60764
authored
Feb 21, 2015
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove deprecated configure options
parent
a1cb4a0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
15 deletions
+0
-15
configure
configure
+0
-15
No files found.
configure
View file @
18e60764
...
@@ -209,27 +209,12 @@ while [ $# -ne 0 ]; do
...
@@ -209,27 +209,12 @@ while [ $# -ne 0 ]; do
--with-runtime-checks
)
--with-runtime-checks
)
append_cache_entry CAF_ENABLE_RUNTIME_CHECKS BOOL
yes
append_cache_entry CAF_ENABLE_RUNTIME_CHECKS BOOL
yes
;;
;;
--enable-debug
)
echo
"*** warning: --enable-debug is deprecated, please use --with-runtime-checks instead"
append_cache_entry CAF_ENABLE_RUNTIME_CHECKS BOOL
yes
;;
--enable-address-sanitizer
)
echo
"*** warning: --enable-address-sanitizer is deprecated, please use --with-address-sanitizer instead"
append_cache_entry ENABLE_ADDRESS_SANITIZER BOOL
yes
;;
--with-address-sanitizer
)
--with-address-sanitizer
)
append_cache_entry ENABLE_ADDRESS_SANITIZER BOOL
yes
append_cache_entry ENABLE_ADDRESS_SANITIZER BOOL
yes
;;
;;
--no-memory-management
)
--no-memory-management
)
append_cache_entry CAF_NO_MEM_MANAGEMENT BOOL
yes
append_cache_entry CAF_NO_MEM_MANAGEMENT BOOL
yes
;;
;;
--without-memory-management
)
echo
"*** WARNING: --without-memory-management is deprecated"
append_cache_entry DISABLE_MEM_MANAGEMENT BOOL
yes
;;
--standalone-build
)
echo
"*** WARNING: --standalone-build is deprecated"
;;
--more-warnings
)
--more-warnings
)
append_cache_entry MORE_WARNINGS BOOL
yes
append_cache_entry MORE_WARNINGS BOOL
yes
;;
;;
...
...
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