Commit 18e60764 authored by Dominik Charousset's avatar Dominik Charousset

Remove deprecated configure options

parent a1cb4a0b
...@@ -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
;; ;;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment