mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 08:30:21 +00:00
- Revert part of 37861 on kjk's request
svn path=/trunk/; revision=38112
This commit is contained in:
parent
ab621541ae
commit
3e536240a1
1 changed files with 0 additions and 3 deletions
|
@ -1428,9 +1428,6 @@ MingwModuleHandler::GenerateRunRsymCode () const
|
||||||
"ifneq ($(ROS_GENERATE_RSYM),no)\n" );
|
"ifneq ($(ROS_GENERATE_RSYM),no)\n" );
|
||||||
fprintf ( fMakefile,
|
fprintf ( fMakefile,
|
||||||
"\t$(ECHO_RSYM)\n" );
|
"\t$(ECHO_RSYM)\n" );
|
||||||
// FIXME! workaround until rsym can extract line numbers from DWARF
|
|
||||||
fprintf ( fMakefile,
|
|
||||||
"\t$(Q)${objcopy} -R .debug_abbrev -R .debug_aranges -R .debug_frame -R .debug_info -R .debug_line -R .debug_pubnames -R .debug_macinfo -R .debug_str -R .debug_loc -R .debug_pubtypes -R .debug_ranges -R .debug_static_func -R .debug_static_vars -R .debug_types -R .debug_weaknames $@\n\n" );
|
|
||||||
fprintf ( fMakefile,
|
fprintf ( fMakefile,
|
||||||
"\t$(Q)$(RSYM_TARGET) $@ $@\n\n" );
|
"\t$(Q)$(RSYM_TARGET) $@ $@\n\n" );
|
||||||
fprintf ( fMakefile,
|
fprintf ( fMakefile,
|
||||||
|
|
Loading…
Reference in a new issue