Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pzembrod/RunCPM into streamio
Browse files Browse the repository at this point in the history
  • Loading branch information
pzembrod committed Jan 14, 2024
2 parents c2f4a3c + 3ae521c commit f079cbb
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 f079cbb

Please sign in to comment.