mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-25 08:33:38 +03:00
Fix EXTRA_CFLAGS to not affect configuration.
This commit is contained in:
parent
1dcd0aa07f
commit
af0e28fd94
2 changed files with 4 additions and 5 deletions
|
|
@ -24,7 +24,8 @@ abs_objroot := @abs_objroot@
|
|||
|
||||
# Build parameters.
|
||||
CPPFLAGS := @CPPFLAGS@ -I$(srcroot)include -I$(objroot)include
|
||||
CFLAGS := @CFLAGS@
|
||||
EXTRA_CFLAGS := @EXTRA_CFLAGS@
|
||||
CFLAGS := @CFLAGS@ $(EXTRA_CFLAGS)
|
||||
LDFLAGS := @LDFLAGS@
|
||||
EXTRA_LDFLAGS := @EXTRA_LDFLAGS@
|
||||
LIBS := @LIBS@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue