summaryrefslogtreecommitdiffstats
path: root/FUNCTIONS
diff options
context:
space:
mode:
authorTreeve Jelbert2016-06-08 16:04:41 +0200
committerTreeve Jelbert2016-06-08 17:29:36 +0200
commit7fb9620b6c0cc9bb5dfa9c28dfdef36e1095ba0b (patch)
tree0ac94ea7cbce72656fba20dbf82e85f9a77615bc /FUNCTIONS
parent29d9b55c7b89f63b1778dbce6da719de3f868468 (diff)
Revert "currently,(2016-05-20) some spells, especially those relating to Qt or Chromium,"
the main offender was qtdeclarative, which has now been fixed upstream This reverts commit 2def1e110e1c51f6166ecd2124bcdf6ba81b9319.
Diffstat (limited to 'FUNCTIONS')
-rwxr-xr-xFUNCTIONS7
1 files changed, 0 insertions, 7 deletions
diff --git a/FUNCTIONS b/FUNCTIONS
index 0360743984..674fd13c30 100755
--- a/FUNCTIONS
+++ b/FUNCTIONS
@@ -5,13 +5,6 @@
QT4DIR=$INSTALL_ROOT/opt/qt4
QT5DIR=$INSTALL_ROOT/opt/qt5
-# currently,(2016-05-20) some spells, especially those relating to Qt or Chromium,
-# produce bad code when compiled with gcc-6.1
-# we can avoid this problem by adding a global CXXFLAGS
-if [[ "$(installed_version gcc | cut -d. -f1)" == "6" ]]; then
- CXXFLAGS+=" -fno-delete-null-pointer-checks"
-fi
-
qt5_build() {
PATH="$QT5DIR/bin:$PATH"
export PKG_CONFIG_PATH="$QT5DIR/lib/pkgconfig"