Skip to content

Commit 2f82b5f

Browse files
committed
Makefile using c++14
1 parent fa4a717 commit 2f82b5f

File tree

1 file changed

+1
-1
lines changed
  • hls4ml/templates/vitis_accelerator

1 file changed

+1
-1
lines changed

hls4ml/templates/vitis_accelerator/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
PLATFORM=myplatform
44

55
app.exe: ./myproject_host.cpp
6-
g++ -Wall -g -std=c++11 ./myproject_host.cpp -o app.exe \
6+
g++ -g -std=c++14 ./myproject_host.cpp -o app.exe \
77
-I firmware/ap_types -I/opt/xilinx/xrt/include \
88
-L${XILINX_XRT}/lib/ -lxrt_coreutil -lOpenCL -pthread -lrt -lstdc++
99

0 commit comments

Comments
 (0)