Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to disable debug optimization in eclipse cdt
    text
    copied!<p>I want to stop debug optimization in eclipse cdt and I read article about this </p> <p><a href="http://husks.wordpress.com/2012/03/29/hardware-debugging-the-arduino-using-eclipse-and-the-avr-dragon/" rel="nofollow">http://husks.wordpress.com/2012/03/29/hardware-debugging-the-arduino-using-eclipse-and-the-avr-dragon/</a></p> <p>it supposed to see tool setting in eclipse indigo but I didn't see it.</p> <p>what is the problem </p> <p>see this for more info </p> <p><a href="https://sourceforge.net/projects/cmusphinx/forums/forum/5471/topic/5170910" rel="nofollow">https://sourceforge.net/projects/cmusphinx/forums/forum/5471/topic/5170910</a></p> <p>this is my make file</p> <pre><code>TOP=../../.. DIRNAME=src/programs/init_gau BUILD_DIRS = ALL_DIRS= $(BUILD_DIRS) SRCS = \ accum.c \ init_gau.c \ main.c \ parse_cmd_ln.c H = \ accum.h \ init_gau.h \ mk_sseq.h \ parse_cmd_ln.h FILES = Makefile $(SRCS) $(H) TARGET = init_gau ALL = $(BINDIR)/$(TARGET) include $(TOP)/config/common_make_rules </code></pre> <p>I found this config file </p> <pre><code># -*- makefile -*- # # This file is automatically generated by configure. # Do not hand edit. CC = gcc CFLAGS = -g -O0 -Wall -fPIC -DPIC CPPFLAGS = -I/media/sda5/sphinx/tutorial/SphinxTrain/../sphinxbase/include -I/media/sda5/sphinx/tutorial/SphinxTrain/../sphinxbase/include DEFS = -DPACKAGE_NAME=\"SphinxTrain\" -DPACKAGE_TARNAME=\"sphinxtrain\" -DPACKAGE_VERSION=\"1.0.99\" -DPACKAGE_STRING=\"SphinxTrain\ 1.0.99\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBM=1 LIBS = -lm -lsphinxbase LDFLAGS = -L/media/sda5/sphinx/tutorial/SphinxTrain/../sphinxbase/src/libsphinxad -L/media/sda5/sphinx/tutorial/SphinxTrain/../sphinxbase/src/libsphinxbase -L/media/sda5/sphinx/tutorial/SphinxTrain/../sphinxbase/src/libsphinxbase/.libs AR = ar RANLIB = ranlib FESTIVAL = /usr/bin/festival PERL = /usr/bin/perl </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload