Skip to content

Commit

Permalink
Merge pull request MockbaTheBorg#186 from ravn/master
Browse files Browse the repository at this point in the history
Enable optimizations for MacOS
  • Loading branch information
MockbaTheBorg authored Dec 15, 2023
2 parents 5103869 + e3cab1d commit 3ae521c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RunCPM/Makefile.macosx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3ae521c

Please sign in to comment.