- remove -mno-cygwin option from CXXFLAGS, duh
This commit is contained in:
parent
2f74efdb0a
commit
dd9f00f100
@ -1,5 +1,6 @@
|
||||
CXX=g++
|
||||
CXXFLAGS=-Wall -g -mno-cygwin
|
||||
CXXFLAGS=-Wall -g
|
||||
#CXXFLAGS=-Wall -g -mno-cygwin
|
||||
LIBTOOL=libtool
|
||||
RPATH=`pwd`/lib
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user