Recent

Author Topic: Lazarus1.0 Errors (commctrl.pp)  (Read 15629 times)

Leledumbo

  • Hero Member
  • *****
  • Posts: 8757
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: Lazarus1.0 Errors (commctrl.pp)
« Reply #15 on: September 11, 2012, 08:44:20 am »
-XX (smartlink on), -Xs (strip symbols) missing, -g and -gl (debug info) present, of course you'll get that big binary.

roeug

  • Jr. Member
  • **
  • Posts: 67
    • http://roeug.50megs.com/
Re: Lazarus1.0 Errors (commctrl.pp)
« Reply #16 on: September 11, 2012, 09:00:11 am »
> -XX (smartlink on), -Xs (strip symbols) missing, -g and -gl (debug info) present, of course you'll get that big binary.
No difference after "upx -9"

Leledumbo

  • Hero Member
  • *****
  • Posts: 8757
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: Lazarus1.0 Errors (commctrl.pp)
« Reply #17 on: September 11, 2012, 05:15:27 pm »
Quote
No difference after "upx -9"
This:
Quote
Project options\Information for GDB (non English IDE interface) - disable
is actually what does most of the work, it removes -g and -gl. Smartlinking can help if you really have a smartlinkable code.

 

TinyPortal © 2005-2018