PR: 221600 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D12994
15 lines
339 B
Plaintext
15 lines
339 B
Plaintext
--- plugin/library/Makefile.orig 2009-04-07 04:07:51 UTC
|
|
+++ plugin/library/Makefile
|
|
@@ -18,9 +18,9 @@
|
|
|
|
# GENERAL
|
|
|
|
-CC = gcc
|
|
+CC ?= cc
|
|
LD = ld
|
|
-CFLAGS = -I. -O3 -Wall -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -c -fPIC -DPIC
|
|
+CFLAGS += -I. -Wall -fomit-frame-pointer -funroll-loops -ffast-math -c -fPIC
|
|
|
|
|
|
|