This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Review makefiles debug flag
pull/2236/head
raysan5
3 years ago
parent
dcb0e62095
commit
22d0baa896
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
examples/Makefile
+1
-1
src/Makefile
+ 1
- 1
examples/Makefile
View File
@ -204,7 +204,7 @@ endif
CFLAGS
+=
-Wall -std
=
c99 -D_DEFAULT_SOURCE -Wno-missing-braces -Wunused-result
i
f
e
q
(
$(
BUILD_MODE
)
,
D
E
B
U
G
)
CFLAGS
+=
-g
CFLAGS
+=
-g
-D_DEBUG
ifeq
(
$(
PLATFORM
)
,PLATFORM_WEB
)
CFLAGS
+=
-s
ASSERTIONS
=
1
--profiling
endif
+ 1
- 1
src/Makefile
View File
@ -283,7 +283,7 @@ ifeq ($(PLATFORM_OS), LINUX)
e
n
d
i
f
i
f
e
q
(
$(
RAYLIB_BUILD_MODE
)
,
D
E
B
U
G
)
CFLAGS
+=
-g
CFLAGS
+=
-g
-D_DEBUG
e
n
d
i
f
i
f
e
q
(
$(
RAYLIB_BUILD_MODE
)
,
R
E
L
E
A
S
E
)
Write
Preview
Loading…
Cancel
Save