Skip to content

Commit 2a54e93

Browse files
committed
C++ wrapper is functional, still have some changes to make though.
1 parent 8b65908 commit 2a54e93

5 files changed

Lines changed: 368 additions & 324 deletions

File tree

examples/cpp/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Simple Makefile for OpenCOPTER C example
22

33
CC = g++
4-
CFLAGS = -Wall -Wextra -std=c++23 -g3
5-
#CFLAGS = -Wall -Wextra -std=c++23 -O3
4+
#CFLAGS = -Wall -Wextra -std=c++23 -g3 -fsanitize=address -fno-omit-frame-pointer
5+
CFLAGS = -Wall -Wextra -std=c++23 -O3
66
INCLUDES = -I../../include
77
LIBS = -L../../ -lopencopter -Xlinker -rpath $(PWD)/../../ -lm
88

0 commit comments

Comments
 (0)