mirror of
https://github.com/akuker/RASCSI.git
synced 2024-12-24 12:30:20 +00:00
Suppress compiler warning about ABI (not relevant, refers to old GCC versions)
This commit is contained in:
parent
143850404f
commit
e99db83750
@ -27,7 +27,7 @@ else
|
|||||||
BUILD_TYPE = Release
|
BUILD_TYPE = Release
|
||||||
endif
|
endif
|
||||||
CFLAGS += -iquote . -MD -MP
|
CFLAGS += -iquote . -MD -MP
|
||||||
CXXFLAGS += -std=c++17 -iquote . -MD -MP
|
CXXFLAGS += -std=c++17 -Wno-psabi -iquote . -MD -MP
|
||||||
|
|
||||||
## EXTRA_FLAGS : Can be used to pass special purpose flags
|
## EXTRA_FLAGS : Can be used to pass special purpose flags
|
||||||
CFLAGS += $(EXTRA_FLAGS)
|
CFLAGS += $(EXTRA_FLAGS)
|
||||||
|
Loading…
Reference in New Issue
Block a user