mirror of
https://bitbucket.org/Mattrixwv/cipherstream.git
synced 2025-12-06 18:33:58 -05:00
Added flags
This commit is contained in:
2
makefile
2
makefile
@@ -1,5 +1,5 @@
|
|||||||
#Macros that are corss platform
|
#Macros that are corss platform
|
||||||
LIBFLAGS = -shared -std=c++11 -O3 -fPIC
|
LIBFLAGS = -shared -std=c++11 -O3 -fPIC -Wall
|
||||||
EXEFLAGS = -std=c++11 -O3
|
EXEFLAGS = -std=c++11 -O3
|
||||||
TESTFLAGS = -std=c++11 -DTEST_VERSION
|
TESTFLAGS = -std=c++11 -DTEST_VERSION
|
||||||
DEBUGFLAGS = $(TESTFLAGS) -g
|
DEBUGFLAGS = $(TESTFLAGS) -g
|
||||||
|
|||||||
Reference in New Issue
Block a user