Authors: | Nick Andrews
Matthias Rustler |
---|---|
Copyright: | Copyright (C) 2021, The AROS Development Team |
Status: | Unfinished |
Abstract
This document explains various AROS specific defines, compiler flags and linker flags which allow fine-tuning of the generated binaries and sometimes help to troubleshoot.
These defines can be checked within the source code to query various system aspects. Example:
#ifdef __AROS__ #warning "Yeah, we build for AROS" #else #warning "Sky is falling" #endif
There are many more which you can find in the "Developer/include/aros" directory.