mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 06:27:17 +00:00
parent
2d5d5a1966
commit
8ebdede538
@ -34,6 +34,7 @@ endif MAC
|
|||||||
|
|
||||||
if MINGW
|
if MINGW
|
||||||
nodist_hyperrogue_SOURCES = hyper.res
|
nodist_hyperrogue_SOURCES = hyper.res
|
||||||
|
hyperrogue_CPPFLAGS += -march=native -DWINDOWS
|
||||||
windres_prefix = ${host_cpu}-w64-mingw32-
|
windres_prefix = ${host_cpu}-w64-mingw32-
|
||||||
endif MINGW
|
endif MINGW
|
||||||
|
|
||||||
|
@ -94,6 +94,7 @@ endif
|
|||||||
ifeq (${TOOLCHAIN},mingw)
|
ifeq (${TOOLCHAIN},mingw)
|
||||||
CXXFLAGS_EARLY += -std=c++11 -march=native
|
CXXFLAGS_EARLY += -std=c++11 -march=native
|
||||||
CXXFLAGS_EARLY += -W -Wall -Wextra -Werror
|
CXXFLAGS_EARLY += -W -Wall -Wextra -Werror
|
||||||
|
CXXFLAGS_EARLY += -Wno-unused-parameter
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
@ -1525,7 +1525,7 @@ namespace patterns {
|
|||||||
#if CAP_TEXTURE
|
#if CAP_TEXTURE
|
||||||
#define REMAP_TEXTURE texture::config.remap()
|
#define REMAP_TEXTURE texture::config.remap()
|
||||||
#else
|
#else
|
||||||
#define REMAP_TEXTURE
|
#define REMAP_TEXTURE (void)0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void showPattern() {
|
void showPattern() {
|
||||||
|
Loading…
Reference in New Issue
Block a user