Skip to content

Commit

Permalink
makefile: add back the additional CXX flags
Browse files Browse the repository at this point in the history
  • Loading branch information
cmitu committed Apr 23, 2022
1 parent e343b3c commit 9d94b3a
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 9d94b3a

Please sign in to comment.