mirror of
git://projects.qi-hardware.com/cae-tools.git
synced 2025-04-21 12:27:27 +03:00
poly2d/: add foreach_v2d* and foreach_edges looping constructs
This commit is contained in:
@@ -23,7 +23,7 @@ OBJS = v2d_intersect.o v2d_line_distance.o \
|
||||
CFLAGS_WARN = -Wall -Wshadow -Wmissing-prototypes \
|
||||
-Wmissing-declarations -Wno-format-zero-length
|
||||
|
||||
CFLAGS = $(CFLAGS_WARN) -g
|
||||
CFLAGS = $(CFLAGS_WARN) -g -std=gnu99
|
||||
CXXFLAGS = -Wall -frounding-math
|
||||
LDFLAGS =
|
||||
LDLIBS = -lm
|
||||
|
||||
Reference in New Issue
Block a user