16 lines
342 B
Plaintext
16 lines
342 B
Plaintext
import os ;
|
|
|
|
using gcc : x86_64 : g++-7 :
|
|
<cxxflags>-fPIC
|
|
<cxxflags>-std=c++14
|
|
<cxxflags>-fno-strict-aliasing
|
|
<cxxflags>-fvisibility=hidden
|
|
<linkflags>-static-libstdc++
|
|
<linkflags>-static-libgcc
|
|
<linkflags>"-z noexecstack"
|
|
# debug information
|
|
<cxxflags>-g
|
|
<cxxflags>-gdwarf-4
|
|
<cxxflags>-ggdb
|
|
;
|