forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
13 lines
577 B
Text
13 lines
577 B
Text
--- ./Makefile.orig 2013-12-20 10:43:05.000000000 -0200
|
|
+++ ./Makefile 2013-12-20 10:43:25.000000000 -0200
|
|
@@ -52,8 +52,8 @@
|
|
CC = gcc
|
|
#CFLAGS = -O0 -g -Wall
|
|
CFLAGS = -O2 -Wall \
|
|
- -fcaller-saves -ffast-math -fno-strength-reduce \
|
|
- -fthread-jumps #-march=pentium #-DSTAT_MACROS_BROKEN
|
|
+ -ffast-math -fno-strength-reduce \
|
|
+ #-march=pentium #-DSTAT_MACROS_BROKEN
|
|
#CFLAGS = -O2 -Wall -fomit-frame-pointer -finline-functions \
|
|
# -fcaller-saves -ffast-math -fno-strength-reduce \
|
|
# -fthread-jumps #-march=pentium #-DSTAT_MACROS_BROKEN
|