Skip to content

Commit

Permalink
Remove -fno-strict-aliasing C++ compilation flag.
Browse files Browse the repository at this point in the history
Disabling strict aliasing optimizations is no longer necessary to safely compile libmythbase. w00t!
  • Loading branch information
daniel-kristjansson committed Jan 21, 2013
1 parent 94cbafa commit 4057703
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mythtv/libs/libmythbase/libmythbase.pro
Expand Up @@ -47,7 +47,6 @@ SOURCES += mythplugin.cpp
unix {
SOURCES += system-unix.cpp
HEADERS += system-unix.h
QMAKE_CXXFLAGS += -fno-strict-aliasing
}

mingw {
Expand Down

0 comments on commit 4057703

Please sign in to comment.