Linux VBANext - is built and should work once the mono default attribute issue is sorted
This commit is contained in:
parent
e625f48bd1
commit
b6173db95c
Binary file not shown.
23189
vbanext/instance.cpp
23189
vbanext/instance.cpp
File diff suppressed because it is too large
Load Diff
|
@ -1,7 +1,7 @@
|
|||
CXX = g++
|
||||
CXXFLAGS = -Wall -O3 -fpermissive -Wno-unused-but-set-variable \
|
||||
-Wno-strict-aliasing -Wzero-as-null-pointer-constant -Wno-unused-variable \
|
||||
-Wno-parentheses -Wno-sign-compare -std=gnu++11 -fomit-frame-pointer -fno-exceptions
|
||||
-Wno-parentheses -Wno-sign-compare -std=gnu++11 -fomit-frame-pointer -fno-exceptions -fPIC
|
||||
|
||||
MACHINE = $(shell $(CXX) -dumpmachine)
|
||||
ifneq (,$(findstring i686,$(MACHINE)))
|
||||
|
|
Loading…
Reference in New Issue