mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 00:46:27 -04:00
10 lines
176 B
Text
10 lines
176 B
Text
--- tools/Makefile.in.orig 2021-08-05 10:46:29 UTC
|
|
+++ tools/Makefile.in
|
|
@@ -1,5 +1,5 @@
|
|
-CC?=gcc
|
|
-DEBUG?=-g3
|
|
+CC?=cc
|
|
+DEBUG?=
|
|
OPTIMIZATION?=-O2 #-march=native
|
|
WARN?=-Wall
|
|
|