mirror of https://github.com/stella-emu/stella.git
Remove overkill.
This commit is contained in:
parent
ee671c3b04
commit
1780b42043
2
Makefile
2
Makefile
|
@ -52,7 +52,7 @@ ifdef HAVE_GCC
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef HAVE_CLANG
|
ifdef HAVE_CLANG
|
||||||
CXXFLAGS+= -Wno-multichar -Wunused -fno-rtti -Woverloaded-virtual -Wnon-virtual-dtor -std=c++14 -frtti
|
CXXFLAGS+= -Wno-multichar -Wunused -frtti -Woverloaded-virtual -Wnon-virtual-dtor -std=c++14
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef CLANG_WARNINGS
|
ifdef CLANG_WARNINGS
|
||||||
|
|
Loading…
Reference in New Issue