diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index cbe925d7..6ccd039d 100755 --- a/debian/rules +++ b/debian/rules @@ -1,3 +1,10 @@ #!/usr/bin/make -f + +CFLAGS=-O3 -fstack-protector-strong +CXXFLAGS=-O3 -fstack-protector-strong + %: dh $@ + +override_dh_auto_build: + make ZT_USE_MINIUPNPC=1 -j 2 |