mirror of
https://github.com/cesanta/mongoose.git
synced 2025-06-12 20:59:03 +08:00
drop -fomit-frame-pointer from UNIX compilation
This commit is contained in:
parent
d44f4e4abb
commit
f23d9ff3b0
2
Makefile
2
Makefile
@ -20,7 +20,7 @@ all:
|
|||||||
### UNIX build: linux, bsd, mac, rtems
|
### UNIX build: linux, bsd, mac, rtems
|
||||||
##########################################################################
|
##########################################################################
|
||||||
|
|
||||||
CFLAGS= -W -Wall -std=c99 -pedantic -O2 -fomit-frame-pointer $(COPT)
|
CFLAGS= -W -Wall -std=c99 -pedantic -O2 $(COPT)
|
||||||
MAC_SHARED= -flat_namespace -bundle -undefined suppress
|
MAC_SHARED= -flat_namespace -bundle -undefined suppress
|
||||||
LINFLAGS= -ldl -pthread $(CFLAGS)
|
LINFLAGS= -ldl -pthread $(CFLAGS)
|
||||||
LIB= _$(PROG).so
|
LIB= _$(PROG).so
|
||||||
|
Loading…
Reference in New Issue
Block a user