/src/tools/wrappers-generator/debug.ace
http://github.com/tybor/Liberty · Unknown · 46 lines · 39 code · 7 blank · 0 comment · 0 complexity · 304d21f8f6d9b43296c84941588bfbca MD5 · raw file
- -- This file is a template for building an ACE file for your own project.
- -- Copy this file into your working directory (the directory used to
- -- run the SmartEiffel compiler) and edit it.
- system "wrappers_generator.debug"
- root WRAPPERS_GENERATOR: make
- default -- section of the system
- assertion (require); -- or boost, no, require, ensure, invariant, loop, check, all.
- assertion_flat_check (no);
- debug (yes);
- trace (no);
- collect (yes);
- -- style_warning (yes);
- no_warning (no);
- verbose (no);
- manifest_string_trace (no); -- yes);
- high_memory_compiler (yes);
- profile (no);
- cluster -- section
- wrappers_generator: "${path_liberty}/src/tools/wrappers-generator/loadpath.se"
- default
- assertion (all)
- end
- lib: "${path_liberty}/src/lib/loadpath.se"
- default
- assertion(boost)
- option
- -- debug(all): FIXED_STRING -- `debug_string' is very useful
- -- assertion(ensure): HASHED_DICTIONARY, FAST_ARRAY, STRING, PATH_NAME, POSIX_PATH_NAME
- end
- tools: "${path_liberty}/src/tools/loadpath.se"
- default
- assertion(boost)
- end
- external -- section for elements written in another language
- generate -- section
- no_strip(no);
- no_split(no);
- clean(no);
- end