diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-06-25 14:32:39 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-06-25 14:32:39 +0000 |
commit | fdcd473eba226d4fefbd57b65e2f8648065f178d (patch) | |
tree | 6e7ae931e31daab58233befc3a315d2d25f2131b /src | |
parent | fbf9111553f40e96d0b8548f3c986fc01b3a1636 (diff) | |
download | xine-lib-fdcd473eba226d4fefbd57b65e2f8648065f178d.tar.gz xine-lib-fdcd473eba226d4fefbd57b65e2f8648065f178d.tar.bz2 |
not all gcc versions support all these options, so probe them before using
CVS patchset: 5097
CVS date: 2003/06/25 14:32:39
Diffstat (limited to 'src')
-rw-r--r-- | src/libw32dll/wine/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libw32dll/wine/Makefile.am b/src/libw32dll/wine/Makefile.am index f52471291..a561ff2d1 100644 --- a/src/libw32dll/wine/Makefile.am +++ b/src/libw32dll/wine/Makefile.am @@ -6,8 +6,7 @@ EXTRA_DIST = stubs.s wrapper.S noinst_LTLIBRARIES = $(wine_lib) -AM_CFLAGS = $(X_CFLAGS) -fno-omit-frame-pointer \ - -fno-inline-functions -fno-rename-registers \ +AM_CFLAGS = $(X_CFLAGS) @W32_NO_OPTIMIZE@ \ -Wmissing-prototypes -Wimplicit-function-declaration \ -DWIN32_PATH=\"@w32_path@\" -I$(srcdir)/.. -D__WINE__ \ -Ddbg_printf=__vprintf -DTRACE=__vprintf |