mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Switch the default CFLAGS to -O2 -pipe.
Submitted by: obrien
This commit is contained in:
parent
84bb6a2e75
commit
ecdb24f5d3
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ CC ?= c89
|
|||
CFLAGS ?= -O
|
||||
.else
|
||||
CC ?= cc
|
||||
CFLAGS ?= -O -pipe
|
||||
CFLAGS ?= -O2 -pipe
|
||||
.endif
|
||||
|
||||
CXX ?= c++
|
||||
|
|
|
|||
Loading…
Reference in a new issue