mirror of
https://github.com/rehlds/rechecker.git
synced 2024-12-26 20:35:28 +03:00
Update Makefile, resources.ini
This commit is contained in:
parent
9e4c02b587
commit
458ac40e41
3
Makefile
3
Makefile
@ -17,7 +17,8 @@ CFLAGS = $(OPT_FLAGS)
|
|||||||
|
|
||||||
CFLAGS += -g0 -fvisibility=hidden -DNOMINMAX -fvisibility-inlines-hidden\
|
CFLAGS += -g0 -fvisibility=hidden -DNOMINMAX -fvisibility-inlines-hidden\
|
||||||
-DNDEBUG -Dlinux -D__linux__ -std=c++11 -shared -wd147,274 -fasm-blocks\
|
-DNDEBUG -Dlinux -D__linux__ -std=c++11 -shared -wd147,274 -fasm-blocks\
|
||||||
-Qoption,cpp,--treat_func_as_string_literal_cpp -fno-rtti
|
-Qoption,cpp,--treat_func_as_string_literal_cpp -fno-rtti\
|
||||||
|
-D_byteswap_ulong=_bswap
|
||||||
|
|
||||||
OBJ_LINUX := $(OBJECTS:%.c=$(BIN_DIR)/%.o)
|
OBJ_LINUX := $(OBJECTS:%.c=$(BIN_DIR)/%.o)
|
||||||
|
|
||||||
|
2
dist/resources.ini
vendored
2
dist/resources.ini
vendored
@ -25,7 +25,7 @@
|
|||||||
#
|
#
|
||||||
# -> Template keys from Hash
|
# -> Template keys from Hash
|
||||||
# UNKNOWN - check for any other hash
|
# UNKNOWN - check for any other hash
|
||||||
# 00000000 - check for the missing file
|
# MISSING - check for the missing file
|
||||||
# 3cc7f256 - check for matching on hash
|
# 3cc7f256 - check for matching on hash
|
||||||
#
|
#
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user