Update Makefile.

This commit is contained in:
2025-09-16 11:30:17 -07:00
parent c2500afe50
commit eb26d9e90f

View File

@@ -1,6 +1,5 @@
FLAGS = -g # FLAGS = -g
CFLAGS = -g FLAGS = -O
#-O
MACOS_VERSION = 13.0 MACOS_VERSION = 13.0
SDK = $(shell xcrun --show-sdk-path) SDK = $(shell xcrun --show-sdk-path)
XCODE_PATH = $(shell xcode-select --print-path) XCODE_PATH = $(shell xcode-select --print-path)