The LPCXpesso Compiler opttion

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

The LPCXpesso Compiler opttion

928 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by shiggy on Mon Oct 07 07:20:08 MST 2013
Hi Everyone!

I am using the LPCXpresso V5.0.14 for LPC1830 MCU.

When you change the code of C into a machine language,
please teach me the setting method most faithfully changed
into a machine language in(from) the code of c, without optimizing.

If you give me any comment or answer, I am very happy.

Shiggy
0 Kudos
Reply
2 Replies

917 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by shiggy on Tue Oct 08 01:39:48 MST 2013
Hi Chris Burrows-san!

Thanks for your kind response.
Shiggy
0 Kudos
Reply

917 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by cfbsoftware on Tue Oct 08 00:26:11 MST 2013
-O0

Reduce compilation time and make debugging produce the expected results. This is the default.
0 Kudos
Reply