Skip to content

Commit

Permalink
No Lua by default on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
MockbaTheBorg committed Mar 21, 2024
1 parent b0eb5fe commit 1e46893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RunCPM/Makefile.macosx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ CC = gcc
#CC = gcc -DDEBUG=1 -DDEBUGLOG=1

# Flags to pass to the compiler - add "-g" to include debug information
CFLAGS = -Wall -O3 -fPIC -Wno-unused-variable -DHASLUA
CFLAGS = -Wall -O3 -fPIC -Wno-unused-variable
#uncomment next line to include debug symbols
CFLAGS+=-ggdb

Expand Down

0 comments on commit 1e46893

Please sign in to comment.