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.

Related articles

Related articles appear here based on the labels you select. Click to edit the macro and add or change labels.



Related issues