Plug-ins need additional flags to have a chance to work
This commit is contained in:
parent
5f4a5bf433
commit
03057f15c9
@ -2,6 +2,10 @@ TARGETS = amd64.a amd64.so graph.a graph.so sparc64.a sparc64.so
|
|||||||
PREFIX = /usr/local
|
PREFIX = /usr/local
|
||||||
DESTDIR =
|
DESTDIR =
|
||||||
LIBDIR = $(PREFIX)/lib
|
LIBDIR = $(PREFIX)/lib
|
||||||
|
CC = cc
|
||||||
|
CPPFLAGS=
|
||||||
|
CFLAGSF = -W
|
||||||
|
CFLAGS = -Wall -g -O2 -fPIC
|
||||||
AR = ar -rc
|
AR = ar -rc
|
||||||
RANLIB = ranlib
|
RANLIB = ranlib
|
||||||
LD = ld -shared
|
LD = ld -shared
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
targets=amd64,graph,sparc64
|
targets=amd64,graph,sparc64
|
||||||
|
cflags_force=-W
|
||||||
|
cflags=-Wall -g -O2 -fPIC
|
||||||
|
|
||||||
[amd64]
|
[amd64]
|
||||||
type=library
|
type=library
|
||||||
|
Loading…
Reference in New Issue
Block a user