Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
Archivist
/
raylib-src
espelhamento de
https://github.com/raysan5/raylib
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
24
Wiki
Atividade
Ver código fonte
Review makefiles debug flag
pull/2236/head
raysan5
3 anos atrás
pai
dcb0e62095
commit
22d0baa896
2 arquivos alterados
com
2 adições
e
2 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
examples/Makefile
+1
-1
src/Makefile
+ 1
- 1
examples/Makefile
Ver arquivo
@ -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
Ver arquivo
@ -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
)
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar