Merge pull request #878 from dbabokin/make
Typo. Keep LDFLAGS commented.
This commit is contained in:
2
Makefile
2
Makefile
@@ -179,7 +179,7 @@ ifeq ($(ARCH_OS),Linux)
|
||||
# Linking everything statically isn't easy (too many things are required),
|
||||
# but linking libstdc++ and libgcc is necessary when building with relatively
|
||||
# new gcc, when going to distribute to old systems.
|
||||
LDFLAGS=-static-libgcc -static-libstdc++
|
||||
# LDFLAGS=-static-libgcc -static-libstdc++
|
||||
endif
|
||||
|
||||
LEX=flex
|
||||
|
||||
Reference in New Issue
Block a user