aboutsummaryrefslogtreecommitdiff
path: root/src/httpserver.cpp
diff options
context:
space:
mode:
authorD3m0nKingx <[email protected]>2018-01-08 03:04:24 -0500
committerRoss Nicoll <[email protected]>2018-01-08 08:04:24 +0000
commit7c52b213c870ac210b225110759308cd8c6b8e81 (patch)
treed5aee72cdc9e58875ccf7dea066c9d2fe207a46b /src/httpserver.cpp
parentMinor changes (diff)
downloaddiscoin-7c52b213c870ac210b225110759308cd8c6b8e81.tar.xz
discoin-7c52b213c870ac210b225110759308cd8c6b8e81.zip
Change fPIE to fPIC (#1420)
-fpic Generate position-independent code (PIC) suitable for use in a shared library... -fpie These options are similar to -fpic and -fPIC, but generated position independent code can be only linked into executables.... By building with fPIE, the resulting binaries are "LSB shared objects" not LSB executables. When trying to run the program (double-click) with mouse it doesn't start. Therefore this change fixes this.
Diffstat (limited to 'src/httpserver.cpp')
0 files changed, 0 insertions, 0 deletions