mingw32-sqlite

Erik van Pienbroek erik at vanpienbroek.nl
Thu Apr 23 11:17:08 UTC 2009


Op donderdag 23-04-2009 om 11:33 uur [tijdzone +0200], schreef Thomas
Sailer: 
> I would like to update mingw32-sqlite to match native in both version an
> feature set. Are there any objections?

> @@ -72,6 +77,8 @@
>  # the extension via this export.
>  #   - RWMJ 2008-09-30
>  export config_TARGET_EXEEXT=.exe
> +# add compile flags to enable rtree, fts3
> +export MINGW32_CFLAGS="-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2
> -fexceptions --param=ssp-buffer-size=4 -mms-bitfields
> -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_DISABLE_DIRSYNC=1
> -DSQLITE_ENABLE_FTS3=3 -DSQLITE_ENABLE_RTREE=1 -fno-strict-aliasing"
>  
>  %{_mingw32_configure}
>  make

Why are you overriding the MINGW32_CFLAGS here? Isn't there
a ./configure option to archieve the same effect?

Regards,

Erik van Pienbroek





More information about the mingw mailing list