diff --git a/RunCPM/Makefile.macosx b/RunCPM/Makefile.macosx index 8565c87..5b53b6a 100644 --- a/RunCPM/Makefile.macosx +++ b/RunCPM/Makefile.macosx @@ -9,9 +9,9 @@ CC = gcc #CC = gcc -DDEBUG=1 -DDEBUGLOG=1 # Flags to pass to the compiler - add "-g" to include debug information -CFLAGS = -Wall -O0 -fPIC -Wno-unused-variable -DHASLUA +CFLAGS = -Wall -O3 -fPIC -Wno-unused-variable -DHASLUA #uncomment next line to include debug symbols -#CFLAGS+=-ggdb +CFLAGS+=-ggdb # Flags to pass to the linker LDFLAGS = -lm -ldl