Skip to content

Commit

Permalink
force cflag c99 mode
Browse files Browse the repository at this point in the history
  • Loading branch information
vihu committed Aug 2, 2018
1 parent 4223301 commit c2bf1e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c_src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ else ifeq ($(UNAME_SYS), Linux)
CXXFLAGS ?= -O3 -finline-functions -Wall
endif

CFLAGS += -fPIC -I $(ERTS_INCLUDE_DIR) -I $(ERL_INTERFACE_INCLUDE_DIR) -Ijerasure/build/include -Ijerasure/build/include/jerasure -Igf-complete/build/include
CFLAGS += -std=c99 -fPIC -I $(ERTS_INCLUDE_DIR) -I $(ERL_INTERFACE_INCLUDE_DIR) -Ijerasure/build/include -Ijerasure/build/include/jerasure -Igf-complete/build/include

CXXFLAGS += -fPIC -I $(ERTS_INCLUDE_DIR) -I $(ERL_INTERFACE_INCLUDE_DIR)

Expand Down

0 comments on commit c2bf1e0

Please sign in to comment.