remove flags
This commit is contained in:
parent
efdc53200c
commit
430864f06b
@ -9,13 +9,13 @@ libpq_dep = dependency('libpq', version: '>=10.0')
|
||||
cc = meson.get_compiler('c')
|
||||
|
||||
# -no-pie so that the executable is double clickable in gui
|
||||
if cc.get_id() == 'gcc'
|
||||
c_args = ['-no-pie']
|
||||
link_args = ['-no-pie']
|
||||
else
|
||||
c_args = ''
|
||||
link_args = ''
|
||||
endif
|
||||
#if cc.get_id() == 'gcc'
|
||||
# c_args = ['-no-pie']
|
||||
# link_args = ['-no-pie']
|
||||
#else
|
||||
# c_args ''
|
||||
# link_args ''
|
||||
#endif
|
||||
|
||||
vala_sources = files(
|
||||
'sernatur.vala',
|
||||
@ -32,8 +32,6 @@ vala_args += ['--gresources='+join_paths(meson.source_root(),'data/ui/sernatur.g
|
||||
|
||||
exe = executable('sernatur',
|
||||
sources,
|
||||
c_args: c_args,
|
||||
link_args: link_args,
|
||||
vala_args: vala_args,
|
||||
dependencies: [gtk_dep, gmodule_dep, libpq_dep],
|
||||
install: true)
|
||||
|
Loading…
Reference in New Issue
Block a user