diff options
| author | D3m0nKingx <[email protected]> | 2018-01-08 03:04:24 -0500 |
|---|---|---|
| committer | Ross Nicoll <[email protected]> | 2018-01-08 08:04:24 +0000 |
| commit | 7c52b213c870ac210b225110759308cd8c6b8e81 (patch) | |
| tree | d5aee72cdc9e58875ccf7dea066c9d2fe207a46b /src/httpserver.cpp | |
| parent | Minor changes (diff) | |
| download | discoin-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