/tutorial/ace/example5.ace
http://github.com/tybor/Liberty · Unknown · 27 lines · 19 code · 8 blank · 0 comment · 0 complexity · 1148f975bdd2bd9547c289e02313b7dc MD5 · raw file
- -- An example to build the most optimized system.
- system
- "number2"
- root
- EXAMPLE2: make
- default
- verbose (no); -- Or say yes to see C compiler calls.
- assertion (boost);
- trace (no);
- debug (no);
- cluster
- "${path_tutorial}/number"
- "${path_liberty_core}/loadpath.se"
- generate
- no_split (no);
- no_strip (no);
- clean (no);
- c_mode: all_check;
- end