mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-13 08:01:33 +01:00
build dict2dawg with debug symbols
This commit is contained in:
parent
483858b0fb
commit
b8a0da5366
1 changed files with 1 additions and 1 deletions
|
@ -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) \
|
||||
|
|
Loading…
Reference in a new issue