about summary refs log tree commit diff stats
path: root/src/luasocket
diff options
context:
space:
mode:
Diffstat (limited to 'src/luasocket')
-rw-r--r--src/luasocket/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luasocket/makefile b/src/luasocket/makefile
index b4fd6f9..7c92cff 100644
--- a/src/luasocket/makefile
+++ b/src/luasocket/makefile
@@ -58,7 +58,7 @@ SO_macosx=so
 O_macosx=o
 CC_macosx=gcc
 DEF_macosx= -DLUASOCKET_$(DEBUG) -DUNIX_HAS_SUN_LEN
-CFLAGS_macosx=-Wall -O2 -fno-common $(DEF)
+CFLAGS_macosx=-g -O2 -Wall -fno-common $(DEF)
 LDFLAGS_macosx= -bundle -undefined dynamic_lookup -o 
 LD_macosx=gcc
 SOCKET_macosx=usocket.o