https://bugs.webkit.org/show_bug.cgi?id=126157
Reviewed by Gustavo Noronha Silva.
Source/JavaScriptCore:
* GNUmakefile.am: Remove the -fstrict-aliasing and -O3 compiler flags for libWTF.la. -O3 gets
overridden by -O2 that's listed in CXXFLAGS (or -O0 in case of debug builds) and -fstrict-aliasing
is enabled when -O2 is used (and shouldn't be enabled in debug builds anyway).
Source/WTF:
* GNUmakefile.am: Remove the -fstrict-aliasing and -O3 compiler flags for libWTF.la. -O3 gets
overridden by -O2 that's listed in CXXFLAGS (or -O0 in case of debug builds) and -fstrict-aliasing
is enabled when -O2 is used (and shouldn't be enabled in debug builds anyway).
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@160996
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2013-12-23 Zan Dobersek <zdobersek@igalia.com>
+
+ [GTK] Clean up compiler optimizations flags for libWTF, libJSC
+ https://bugs.webkit.org/show_bug.cgi?id=126157
+
+ Reviewed by Gustavo Noronha Silva.
+
+ * GNUmakefile.am: Remove the -fstrict-aliasing and -O3 compiler flags for libWTF.la. -O3 gets
+ overridden by -O2 that's listed in CXXFLAGS (or -O0 in case of debug builds) and -fstrict-aliasing
+ is enabled when -O2 is used (and shouldn't be enabled in debug builds anyway).
+
2013-12-22 Martin Robinson <mrobinson@igalia.com>
[CMake] Fix typo from r160812
$(libjavascriptcoregtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_CFLAGS)
libjavascriptcoregtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_CFLAGS = \
- -fstrict-aliasing \
- -O3 \
$(javascriptcore_cflags)
libjavascriptcoregtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_CPPFLAGS = \
+2013-12-23 Zan Dobersek <zdobersek@igalia.com>
+
+ [GTK] Clean up compiler optimizations flags for libWTF, libJSC
+ https://bugs.webkit.org/show_bug.cgi?id=126157
+
+ Reviewed by Gustavo Noronha Silva.
+
+ * GNUmakefile.am: Remove the -fstrict-aliasing and -O3 compiler flags for libWTF.la. -O3 gets
+ overridden by -O2 that's listed in CXXFLAGS (or -O0 in case of debug builds) and -fstrict-aliasing
+ is enabled when -O2 is used (and shouldn't be enabled in debug builds anyway).
+
2013-12-20 Anders Carlsson <andersca@apple.com>
Replace yield() and pauseBriefly() with std::this_thread::yield()
$(libWTF_la_CFLAGS)
libWTF_la_CFLAGS = \
- -fstrict-aliasing \
- -O3 \
$(global_cflags) \
$(GLIB_CFLAGS) \
$(UNICODE_CFLAGS)