diff options
Diffstat (limited to 'tools/jsonproc')
-rw-r--r-- | tools/jsonproc/Makefile | 2 | ||||
-rwxr-xr-x | tools/jsonproc/jsonproc.exe | bin | 3150147 -> 3150147 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/tools/jsonproc/Makefile b/tools/jsonproc/Makefile index 721da10..47198b1 100644 --- a/tools/jsonproc/Makefile +++ b/tools/jsonproc/Makefile @@ -1,4 +1,4 @@ -CXX := g++ +CXX ?= g++ CXXFLAGS := -Wall -std=c++11 -O2 diff --git a/tools/jsonproc/jsonproc.exe b/tools/jsonproc/jsonproc.exe Binary files differindex d127aa0..ba0a931 100755 --- a/tools/jsonproc/jsonproc.exe +++ b/tools/jsonproc/jsonproc.exe |