Author: jaguarondi Date: 2008-08-11 10:41:45 +0200 (Mon, 11 Aug 2008) New Revision: 1454
Modified: firmware/tuxcore/trunk/Makefile Log: * Makefile: stabs should be used and not dwarf2 for debugging symbols. Modified: firmware/tuxcore/trunk/Makefile =================================================================== --- firmware/tuxcore/trunk/Makefile 2008-08-10 11:40:32 UTC (rev 1453) +++ firmware/tuxcore/trunk/Makefile 2008-08-11 08:41:45 UTC (rev 1454) @@ -68,7 +68,7 @@ ## Assembly specific flags ASMFLAGS = $(COMMON) -ASMFLAGS += -x assembler-with-cpp -Wa,-gdwarf2 +ASMFLAGS += -x assembler-with-cpp -Wa,-gstabs ## Linker flags LDFLAGS = $(COMMON) ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Tux-droid-svn mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tux-droid-svn
