build dict2dawg with debug symbols

This commit is contained in:
ehouse 2009-03-14 19:21:09 +00:00
parent 483858b0fb
commit b8a0da5366

View file

@ -280,7 +280,7 @@ values.bin: ../xloc.pl
# clean this up....
../dict2dawg: ../dict2dawg.cpp
cd ../ && g++ -DDEBUG -O -Wall -o dict2dawg dict2dawg.cpp
cd ../ && g++ -DDEBUG -O0 -g -Wall -o dict2dawg dict2dawg.cpp
clean_common:
rm -f $(XWLANG)Main.dict *.bin *.pdb *.seb dawg*.stamp *.$(FRANK_EXT) \