mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-05 22:38:44 +00:00
Handle -march properly
Signed-off-by: Kakadu <Kakadu@pm.me>
This commit is contained in:
parent
55d595600d
commit
3f7f51b2f0
10 changed files with 51 additions and 14 deletions
|
|
@ -3,6 +3,19 @@
|
|||
../Makefile
|
||||
../../runtime/Std.i
|
||||
../List.lama
|
||||
../Array.lama
|
||||
../Buffer.lama
|
||||
../Collection.lama
|
||||
../Data.lama
|
||||
../Fun.lama
|
||||
../Lazy.lama
|
||||
../List.lama
|
||||
../Matcher.lama
|
||||
../Ostap.lama
|
||||
../Random.lama
|
||||
../Ref.lama
|
||||
../STM.lama
|
||||
../Timer.lama
|
||||
%{project_root}/src/Driver.exe)
|
||||
(targets
|
||||
List.i
|
||||
|
|
@ -48,5 +61,3 @@
|
|||
LAMAC
|
||||
"../../src/Driver.exe -march=x86 -I ../runtime32"
|
||||
(run make -j2 -f ../Makefile all)))))))
|
||||
|
||||
;)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue