Skip to content

Commit

Permalink
Merge pull request #712 from cmitu/cxx_flags_extra
Browse files Browse the repository at this point in the history
  • Loading branch information
mickelson authored Apr 23, 2022
2 parents e343b3c + 9d94b3a commit 94212bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ FE_VERSION=v2.6.2
CC=gcc
CXX=g++
CFLAGS=
CXXFLAGS=-std=c++11
CXXFLAGS=-std=c++11 $(EXTRA_CXXFLAGS)
CPPFLAGS=
STRIP=strip
OBJCOPY=objcopy
Expand Down

0 comments on commit 94212bd

Please sign in to comment.