diff options
Diffstat (limited to 'code/util')
-rw-r--r-- | code/util/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/code/util/Makefile b/code/util/Makefile index 0e76307..caa8226 100644 --- a/code/util/Makefile +++ b/code/util/Makefile @@ -1,5 +1,6 @@ -CFLAGS = -I../core -pthread -O3 $(PIC) -LDFLAGS=-lm -pthread +include ../Makefile.platform +CFLAGS=$(CFLAGS_PL) -I../core +LDFLAGS=$(LDFLAGS_PL) obj=util.o dep=../core/libecpcore.a ../core/crypto/libecpcr.a ../core/htable/libecpht.a ../core/posix/libecptr.a ../core/posix/libecptm.a ./libecputil.a |