Browse Source

enabled optimization flag

subDesTagesMitExtraKaese 3 years ago
parent
commit
6c468d4a7f
2 changed files with 2 additions and 2 deletions
  1. 1 1
      c++/lib/json
  2. 1 1
      c++/makefile

+ 1 - 1
c++/lib/json

@@ -1 +1 @@
-Subproject commit 8575fdf9ad41844692b18fb9db4d28fea4e9282a
+Subproject commit eb7376bb131a4b19a5fc6aacfd046fd298cd0119

+ 1 - 1
c++/makefile

@@ -6,7 +6,7 @@ BUILD_DIR=build
 TESTS_DIR=tests
 FPGA_LIB_DIR=lib/mlfpga
 
-CFLAGS=-g -Wall -pthread -std=c++11
+CFLAGS=-g -Wall -pthread -std=c++11 -O3
 LFLAGS=-shared -Wl,--no-as-needed,-Map=$(BUILD_DIR)/project.map