Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
Archivist
/
raylib-src
peilaus alkaen
https://github.com/raysan5/raylib
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Julkaisut
24
Wiki
Toiminta
Selaa lähdekoodia
Review makefiles debug flag
pull/2236/head
raysan5
3 vuotta sitten
vanhempi
dcb0e62095
commit
22d0baa896
2 muutettua tiedostoa
jossa
2 lisäystä
ja
2 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
examples/Makefile
+1
-1
src/Makefile
+ 1
- 1
examples/Makefile
Näytä tiedosto
@ -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
Näytä tiedosto
@ -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
)
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna