mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
defs.mk: Change compiler opts from -O2 -> -O3
Change compiler optimization opts from -O2 to O3 because they were like that on dspjan when we encountered an obscure cpuload bug when using dspcd-jackmix (or jmtest without jackd running with -R option)
This commit is contained in:
parent
81de57cbd9
commit
c6cc76bf12
1 changed files with 2 additions and 2 deletions
|
|
@ -306,8 +306,8 @@ else
|
|||
endif
|
||||
|
||||
ifeq ($(USE_COMPILER_OPTIMIZATION_OPTS),true)
|
||||
PROJECT_CFLAGS += -funroll-loops -O2
|
||||
PROJECT_CPPFLAGS += -funroll-loops -O2
|
||||
PROJECT_CFLAGS += -funroll-loops -O3
|
||||
PROJECT_CPPFLAGS += -funroll-loops -O3
|
||||
endif
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue