Problem

How do I build a module without debugging information?

Solution

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.