/tutorial/ace/example4.ace
http://github.com/tybor/Liberty · Unknown · 28 lines · 20 code · 8 blank · 0 comment · 0 complexity · 9d00ec02fa96b24b09de4bbd571ae1dc 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);
- cc: "gcc";
- c_compiler_options: "-O -g";
- end