diff options
| author | Joseph Henry <joseph.henry@gmail.com> | 2015-10-29 17:57:59 -0700 |
|---|---|---|
| committer | Joseph Henry <joseph.henry@gmail.com> | 2015-10-29 17:57:59 -0700 |
| commit | 96eb0ce49262b5a8a7a99993733d52dbcf135f01 (patch) | |
| tree | d522bd305a833b12309421fa05e4bcf783284326 /make-linux.mk | |
| parent | f6e0bdb2f2a518310d4875ffb608d08ed8442aa4 (diff) | |
| download | infinitytier-96eb0ce49262b5a8a7a99993733d52dbcf135f01.tar.gz infinitytier-96eb0ce49262b5a8a7a99993733d52dbcf135f01.zip | |
Added state dump, fixed numerous RPC related bugs
Diffstat (limited to 'make-linux.mk')
| -rw-r--r-- | make-linux.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make-linux.mk b/make-linux.mk index 2f60597c..af8d3967 100644 --- a/make-linux.mk +++ b/make-linux.mk @@ -85,7 +85,7 @@ else CFLAGS+=-Wall -fPIE -fvisibility=hidden -pthread $(INCLUDES) -DNDEBUG $(DEFS) CXXFLAGS?=-O3 -fstack-protector CXXFLAGS+=-Wall -Wreorder -fPIE -fvisibility=hidden -fno-rtti -pthread $(INCLUDES) -DNDEBUG $(DEFS) - LDFLAGS=-ldl -pie -Wl,-z,relro,-z,now + LDFLAGS=-ldl -lcurses -pie -Wl,-z,relro,-z,now STRIP=strip --strip-all endif |
