diff --git a/src/Makefile b/src/Makefile index d5efd1e..a65c847 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,6 +1,5 @@ -FLAGS = -g -CFLAGS = -g -#-O +# FLAGS = -g +FLAGS = -O MACOS_VERSION = 13.0 SDK = $(shell xcrun --show-sdk-path) XCODE_PATH = $(shell xcode-select --print-path)