mirror of
https://github.com/koreader/koreader
synced 2024-10-31 21:20:20 +00:00
-fomit-frame-pointer is enabled at level -O, -O2, -O3
This commit is contained in:
parent
c22c2b3afb
commit
ec03261dc6
4
Makefile
4
Makefile
@ -35,8 +35,8 @@ HOSTCXX:=g++
|
||||
HOSTAR:=ar
|
||||
|
||||
# Base CFLAGS, without arch. We'll need it for luajit, because its Makefiles do some tricky stuff to differentiate HOST/TARGET
|
||||
BASE_CFLAGS:=-O2 -ffast-math -pipe -fomit-frame-pointer
|
||||
KOPT_CFLAGS:=-O3 -ffast-math -pipe -fomit-frame-pointer
|
||||
BASE_CFLAGS:=-O2 -ffast-math -pipe
|
||||
KOPT_CFLAGS:=-O3 -ffast-math -pipe
|
||||
# Use this for debugging:
|
||||
#BASE_CFLAGS:=-O0 -g
|
||||
# Misc GCC tricks to ensure backward compatibility with the K2, even when using a fairly recent TC (Linaro/MG).
|
||||
|
Loading…
Reference in New Issue
Block a user