Skip to content
Snippets Groups Projects
Commit 3811ad76 authored by Clark Coleman's avatar Clark Coleman
Browse files

Convert STARS IDA7 to C++11 build.

parent 7fe27636
No related branches found
No related tags found
No related merge requests found
......@@ -23,9 +23,10 @@ cpppath=''' \
$SMPSA_HOME/include/interfaces/abstract \
$IDASDK/include \
$SMPSA_HOME/include/interfaces/idapro \
$SECURITY_TRANSFORMS_HOME/libehp/include \
'''
IDA_CCFLAGS=''' -std=c++0x \
IDA_CCFLAGS=''' -std=c++11 \
-D__LINUX__ \
-Wall \
-Werror \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment