Information
We are currently investigating an issue with the editor of some pages. Please save your work and avoid to create new pages until this banner is gone.
How do I build a module without debugging information?
By default ACS is built with full debugging information (-G
compiler option). If you want to compile a module or even all of ACS without debugging information just set:
> export OPTIMIZE=0
before running the "make all" or "make build" commands.