mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-08 15:34:09 +00:00
Add debug options to Makefile.
We're going to need these for a while, so better to put in the repository. Once we're happy things are working we can disable the debug info and enable optimizations again.
This commit is contained in:
parent
2dcbf5be3e
commit
24bdb7576d
@ -56,7 +56,7 @@ CCOPT_mips=
|
||||
#
|
||||
CCDEBUG=
|
||||
# Uncomment the next line to generate debug information:
|
||||
#CCDEBUG= -g
|
||||
CCDEBUG= -g -O0
|
||||
#
|
||||
CCWARN= -Wall
|
||||
# Uncomment the next line to enable more warnings:
|
||||
|
Loading…
Reference in New Issue
Block a user