This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
pascal
/
freepascal.compiler
miroir de
https://gitlab.com/freepascal.org/fpc/source.git
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Parcourir la source
+ added option -CN to tests tabsvr6.pp and tabsvr7.pp in order to make them work in WebAssembly
Nikolay Nikolov
il y a 7 mois
Parent
9a77a855e4
commit
f1725289e9
2 fichiers modifiés
avec
4 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
2
0
tests/test/tabsvr6.pp
2
0
tests/test/tabsvr7.pp
+ 2
- 0
tests/test/tabsvr6.pp
Voir le fichier
@@ -1,3 +1,5 @@
+{ %opt=-CN }
+
{$mode objfpc}
{$B+}
uses
+ 2
- 0
tests/test/tabsvr7.pp
Voir le fichier
@@ -1,3 +1,5 @@
+{ %opt=-CN }
+
{$mode objfpc}
{$B+}
uses