2009-12-16 00:00 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/bin/hb-func.sh
    * use -n2 as default harbour compiler parameter in hb* scripts
This commit is contained in:
Przemyslaw Czerpak
2009-12-15 23:00:38 +00:00
parent 850fdf166a
commit ff2f644a97
2 changed files with 6 additions and 2 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-12-16 00:00 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/bin/hb-func.sh
* use -n2 as default harbour compiler parameter in hb* scripts
2009-12-15 21:35 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/include/hbinit.h
! fixed typo in section name in last commit - thanks to Tamas again

View File

@@ -405,7 +405,7 @@ HB_MODE=""
HB_EXIT=""
LN_OPT="${CC_HB_USER_LDFLAGS}"
CC_OPT="-O3 ${CC_HB_USER_CFLAGS}"
HB_OPT="${CC_HB_USER_PRGFLAGS}"
HB_OPT="-n2 ${CC_HB_USER_PRGFLAGS}"
if [ "\${HB_PLATFORM}" = "sunos" ]; then
HB_STRIP="no"
@@ -695,7 +695,7 @@ hb_cc()
hb_cmp()
{
${hb_cmpname} "\$@" \${HB_OPT} \${HB_PATHS} && \\
${hb_cmpname} \${HB_OPT} "\$@" \${HB_PATHS} && \\
( [ "\${HB_GEN//c/}" != "" ] || [ "\${HB_NOC}" = "yes" ] || \\
( [ -f "\${FOUTC}" ] && \\
hb_cc -c "\${FOUTC}" -o "\${FOUTO}" && \\