mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Define additional variable when doing make develop
This commit is contained in:
2
Makefile
2
Makefile
@@ -221,7 +221,7 @@ develop:
|
|||||||
-fsanitize=unreachable -fsanitize=vla-bound \
|
-fsanitize=unreachable -fsanitize=vla-bound \
|
||||||
-fsanitize=signed-integer-overflow -fsanitize=bounds \
|
-fsanitize=signed-integer-overflow -fsanitize=bounds \
|
||||||
-fsanitize=object-size -fsanitize=bool -fsanitize=enum \
|
-fsanitize=object-size -fsanitize=bool -fsanitize=enum \
|
||||||
-fsanitize=alignment -fsanitize=null"
|
-fsanitize=alignment -fsanitize=null -DDEVELOP=1"
|
||||||
|
|
||||||
# Targets for the project maintainer to easily create Windows exes.
|
# Targets for the project maintainer to easily create Windows exes.
|
||||||
# This is not for Windows users!
|
# This is not for Windows users!
|
||||||
|
|||||||
@@ -21,4 +21,8 @@
|
|||||||
#define trap_
|
#define trap_
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef DEVELOP
|
||||||
|
#define DEVELOP 0
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* HELPERS_H */
|
#endif /* HELPERS_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user