Skip to content

Commit

Permalink
Merge pull request #2 from goosewobbler/ubuntu-compilation-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
FermiGBM committed Jun 17, 2018
2 parents 86e0afa + 75938d1 commit 129bd8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions InflationCoin-qt.pro
Expand Up @@ -175,6 +175,10 @@ contains(USE_O3, 1) {
QMAKE_CFLAGS += -msse2
}

linux-g++* {
QMAKE_LFLAGS += -no-pie
}

QMAKE_CXXFLAGS_WARN_ON = -fdiagnostics-show-option -w


Expand Down
Empty file modified src/leveldb/build_detect_platform 100644 → 100755
Empty file.

0 comments on commit 129bd8b

Please sign in to comment.