summaryrefslogtreecommitdiffhomepage
path: root/include/compile_flags.txt
blob: c9801a76addea1c6476c94b9dd224fcd3916f507 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
-I./
-I../include
-I../external/SDL/include
-I../external/SDL_image
-I../external/SDL_mixer/include
-I../external/bgfx/include
-I../external/bx/include
-I../external/cglm/include
-I../external/STC/include
-I../external/RmlUi/Include
-DSDL_VIDEO_DRIVER_X11=ON
-Wall
-Wextra
-Wpedantic
-Wconversion
-Wformat=2
-Wno-unused-parameter
-Wshadow
-Wwrite-strings
-Wstrict-prototypes
-Wold-style-definition
-Wredundant-decls
-Wnested-externs
-Wmissing-include-dirs
-std=c99