[jsonrpc-glib] tests: remove PIC/PIE usage



commit 08a1f478f3078da697f2f02789483fed19c46ae9
Author: Christian Hergert <chergert redhat com>
Date:   Tue Jun 25 08:44:11 2019 -0700

    tests: remove PIC/PIE usage
    
    This isn't actually useful here for tests.

 tests/meson.build | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/tests/meson.build b/tests/meson.build
index 40b410b..1a9e4d4 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -11,12 +11,10 @@ test_env = [
 ]
 
 test_cflags = [
-  '-fPIE',
   '-DTEST_DATA_DIR="@0@/data"'.format(meson.current_source_dir()),
 ]
 
 test_link_args = [
-  '-fPIC',
 ]
 
 test_deps = libjsonrpc_glib_deps + [


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]