We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08812a0 commit 53d17d2Copy full SHA for 53d17d2
builds/posix/prefix.linux_mipsel
@@ -21,5 +21,8 @@ LD=@CXX@
21
22
# -fno-builtin is used because GCC 3.0-3.2.2 had bug with builtins expansion
23
# you may remove it if engine is getting compiled with any other GCC version
24
-PROD_FLAGS=-ggdb -O3 -fno-omit-frame-pointer -DLINUX -pipe -MMD -fPIC
25
-DEV_FLAGS=-ggdb -DLINUX -DDEBUG_GDS_ALLOC -pipe -MMD -p -fPIC -Wall -Wno-switch -Wno-non-virtual-dtor
+PROD_FLAGS=-ggdb -O3 -fno-omit-frame-pointer -DLINUX -pipe -MMD -fPIC -DMIPSEL
+DEV_FLAGS=-ggdb -DLINUX -DDEBUG_GDS_ALLOC -pipe -MMD -p -fPIC -Werror=delete-incomplete -Wall -Wno-switch -Wno-non-virtual-dtor -DMIPSEL
26
+
27
+LINK_LIBS=-latomic
28
+SO_LINK_LIBS=-latomic
0 commit comments