/tutorial/ace/example5.ace

http://github.com/tybor/Liberty · Unknown · 27 lines · 19 code · 8 blank · 0 comment · 0 complexity · 1148f975bdd2bd9547c289e02313b7dc MD5 · raw file

  1. -- An example to build the most optimized system.
  2. system
  3. "number2"
  4. root
  5. EXAMPLE2: make
  6. default
  7. verbose (no); -- Or say yes to see C compiler calls.
  8. assertion (boost);
  9. trace (no);
  10. debug (no);
  11. cluster
  12. "${path_tutorial}/number"
  13. "${path_liberty_core}/loadpath.se"
  14. generate
  15. no_split (no);
  16. no_strip (no);
  17. clean (no);
  18. c_mode: all_check;
  19. end