2009-07-07 14:40 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/rtl/hbproces.c
! added missing #include
* harbour/config/linux/watcom.cf
* harbour/utils/hbmk2/hbmk2.prg
! synced OW compiler ABI flags in Linux builds
This commit is contained in:
@@ -17,6 +17,14 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2009-07-07 14:40 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/source/rtl/hbproces.c
|
||||
! added missing #include
|
||||
|
||||
* harbour/config/linux/watcom.cf
|
||||
* harbour/utils/hbmk2/hbmk2.prg
|
||||
! synced OW compiler ABI flags in Linux builds
|
||||
|
||||
2009-07-07 11:42 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbtip/client.prg
|
||||
% Further simplified proxy handling code.
|
||||
|
||||
@@ -50,6 +50,8 @@ CPPFLAGS += -oi+
|
||||
else
|
||||
CPPFLAGS += -oi
|
||||
endif
|
||||
else
|
||||
CPPFLAGS += -3r
|
||||
endif
|
||||
|
||||
|
||||
|
||||
@@ -63,6 +63,7 @@
|
||||
|
||||
#if defined( HB_OS_UNIX )
|
||||
# include <unistd.h>
|
||||
# include <sys/time.h>
|
||||
# include <sys/types.h>
|
||||
# include <sys/wait.h>
|
||||
# include <sys/stat.h>
|
||||
|
||||
@@ -2606,7 +2606,7 @@ FUNCTION hbmk( aArgs, /* @ */ lPause, /* @ */ lUTF8 )
|
||||
ENDIF
|
||||
cOpt_CompC := ""
|
||||
IF hbmk[ _HBMK_lOPTIM ]
|
||||
cOpt_CompC += " -6s -fp6"
|
||||
cOpt_CompC += " -6r -fp6"
|
||||
cOpt_CompC += " -onaehtr -s -ei -zp4 -zt0"
|
||||
IF hbmk[ _HBMK_lCPP ] != NIL .AND. hbmk[ _HBMK_lCPP ]
|
||||
cOpt_CompC += " -oi+"
|
||||
|
||||
Reference in New Issue
Block a user