mirror of
https://github.com/lua/lua
synced 2026-09-26 16:17:11 +03:00
New optimization option for testing
Using gcc's option '-Og' (instead of '-O0') for testing/debugging.
This commit is contained in:
parent
915c29f8bd
commit
429761d7d2
1 changed files with 1 additions and 1 deletions
2
makefile
2
makefile
|
|
@ -63,7 +63,7 @@ CWARNS= $(CWARNSCPP) $(CWARNSC) $(CWARNGCC)
|
|||
# ASAN_OPTIONS="detect_invalid_pointer_pairs=2".
|
||||
# -fsanitize=undefined
|
||||
# -fsanitize=pointer-subtract -fsanitize=address -fsanitize=pointer-compare
|
||||
# TESTS= -DLUA_USER_H='"ltests.h"' -O0 -g
|
||||
# TESTS= -DLUA_USER_H='"ltests.h"' -Og -g
|
||||
|
||||
|
||||
LOCAL = $(TESTS) $(CWARNS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue