Skip to content

Commit

Permalink
Also add -fcommon flag for kekule
Browse files Browse the repository at this point in the history
  • Loading branch information
nvcleemp committed Apr 1, 2024
1 parent 7581d65 commit 3bd0f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Generators/kekule/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CC = cc
CFLAGS = -O4 -w
CFLAGS = -O4 -w -fcommon

TARG = fusgen$(SUFFIX)
OBJS = fusgen.o kekule.o kekule_benz.o match.o modes.o label.o label_benz.o horloge.o
Expand Down

0 comments on commit 3bd0f04

Please sign in to comment.