Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 417 Bytes

File metadata and controls

8 lines (5 loc) · 417 Bytes

Building AS4

Building AS4 is simple, just type make. If you type make here a statically linked and optimised version of the assembler will be built. Type "make debug" for unoptimised code that is profile and debugger friendly.

If you cd in src, typing make will default to the "debug" compilation. Type "make fast" to get the optimised version.

Of course, "make clean" will remove all generated code artefacts.