mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-18 23:10:26 +00:00
Fix typo in cxxflags
This commit is contained in:
parent
84ea2919aa
commit
a19cc103ce
2
Makefile
2
Makefile
@ -84,7 +84,7 @@ ifeq (${TOOLCHAIN},clang)
|
|||||||
CXXFLAGS_EARLY += -march=native -fPIC
|
CXXFLAGS_EARLY += -march=native -fPIC
|
||||||
CXXFLAGS_EARLY += -W -Wall -Wextra -Werror -pedantic
|
CXXFLAGS_EARLY += -W -Wall -Wextra -Werror -pedantic
|
||||||
CXXFLAGS_EARLY += -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-maybe-uninitialized -Wno-unknown-warning-option
|
CXXFLAGS_EARLY += -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-maybe-uninitialized -Wno-unknown-warning-option
|
||||||
CXXFLAGS_EARLY += -Wno-invalid-offsetof -Wno-overloaded-virtua
|
CXXFLAGS_EARLY += -Wno-invalid-offsetof -Wno-overloaded-virtual
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq (${TOOLCHAIN},gcc)
|
ifeq (${TOOLCHAIN},gcc)
|
||||||
|
Loading…
Reference in New Issue
Block a user