Deze website werkt beter met JavaScript.
Beginscherm
Verkennen
Help
Inloggen
Archivist
/
raylib-src
kopie van
https://github.com/raysan5/raylib
Volgen
1
Ster
0
Vork
0
Code
Kwesties
0
Publicaties
24
Wiki
Activiteit
Bladeren bron
Review makefiles debug flag
pull/2236/head
raysan5
3 jaren geleden
bovenliggende
dcb0e62095
commit
22d0baa896
2 gewijzigde bestanden
met
toevoegingen van 2
en
2 verwijderingen
Zij-aan-zij weergave
Diff opties
Statistieken weergeven
Download Patch-bestand
Download Diff-bestand
+1
-1
examples/Makefile
+1
-1
src/Makefile
+ 1
- 1
examples/Makefile
Bestand weergeven
@ -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
Bestand weergeven
@ -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
)
Schrijf
Voorbeeld
Laden…
Annuleren
Opslaan