Skip to content

Commit

Permalink
Fix compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial committed Sep 26, 2023
1 parent 65cd588 commit 9d114f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ Linux-riscv64_LINKFLAGS := -shared -static-libgcc -static-libstdc++
Linux-riscv64_LIBNAME := libsnappyjava.so
Linux-riscv64_SNAPPY_FLAGS:=

Windows-aarch64_CXX := armv7-w64-mingw32-g++
Windows-aarch64_CXX := $(CROSS_PREFIX)g++
Windows-aarch64_STRIP := strip -x
Windows-aarch64_CXXFLAGS := -Ilib/inc_mac -I$(JAVA_HOME)/include -O2 -fPIC -march=armv8-a -fvisibility=hidden -D_WIN32 -DNOMINMAX -std=c++11
Windows-aarch64_LINKFLAGS := -shared -Wl,--out-implib,libsnappyjava.dll.a -Wl,--export-all-symbols
Expand Down

0 comments on commit 9d114f9

Please sign in to comment.