[libdazzle] build: drop use of -fPIE -fPIC



commit 33484c153209e82fbddc3d37708a8591d54d2eb9
Author: Christian Hergert <chergert redhat com>
Date:   Tue Jun 25 08:30:21 2019 -0700

    build: drop use of -fPIE -fPIC
    
    We don't need this for tests anyway.

 tests/meson.build | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/tests/meson.build b/tests/meson.build
index b28841b..6dafd29 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_application = executable('test-application', 'test-application.c',


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