1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-11 23:06:00 +00:00

Merge branch 'master' into offsetof1

This commit is contained in:
Zeno Rogue
2021-07-12 09:52:03 +02:00
committed by GitHub
25 changed files with 277 additions and 224 deletions

View File

@@ -84,7 +84,7 @@ ifeq (${TOOLCHAIN},clang)
CXXFLAGS_EARLY += -march=native -fPIC
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-invalid-offsetof
CXXFLAGS_EARLY += -Wno-invalid-offsetof -Wno-overloaded-virtua
endif
ifeq (${TOOLCHAIN},gcc)