mirror of
https://github.com/pragma-/pbot.git
synced 2025-01-11 12:32:37 +01:00
Remove -Wa,-Wl flags from tendra cmdline
This commit is contained in:
parent
36f2f91ba0
commit
361b53a64e
@ -12,7 +12,7 @@ sub initialize {
|
||||
$self->{sourcefile} = 'prog.c';
|
||||
$self->{execfile} = 'prog';
|
||||
$self->{default_options} = '-Xp -Yansi';
|
||||
$self->{cmdline} = 'tcc -Wa,-32 -Wl,-melf_i386 -g $sourcefile $options -o $execfile';
|
||||
$self->{cmdline} = 'tcc $sourcefile $options -o $execfile';
|
||||
|
||||
$self->{prelude} = <<'END';
|
||||
#include <stdio.h>
|
||||
|
Loading…
Reference in New Issue
Block a user