Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Richard Gobeille
EDuke32
Commits
5e15cb47
Commit
5e15cb47
authored
May 26, 2022
by
Richard Gobeille
Browse files
engine: add -Wno-array-bounds -Wno-null-dereference to mimalloc build flags
parent
02223d52
Changes
1
Hide whitespace changes
Inline
Side-by-side
GNUmakefile
View file @
5e15cb47
...
...
@@ -170,7 +170,7 @@ mimalloc_src := $(mimalloc_root)/src
mimalloc_inc
:=
$(mimalloc_root)
/include
mimalloc_obj
:=
$(obj)
/
$(mimalloc)
mimalloc_cflags
:=
-D_WIN32_WINNT
=
0x0600
-DMI_USE_RTLGENRANDOM
-DMI_SHOW_ERRORS
-I
$(mimalloc_inc)
-fexceptions
-Wno-cast-qual
-Wno-class-memaccess
-Wno-unknown-pragmas
mimalloc_cflags
:=
-D_WIN32_WINNT
=
0x0600
-DMI_USE_RTLGENRANDOM
-DMI_SHOW_ERRORS
-I
$(mimalloc_inc)
-fexceptions
-Wno-cast-qual
-Wno-class-memaccess
-Wno-unknown-pragmas
-Wno-array-bounds
-Wno-null-dereference
#### imgui
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment