Skip to content

Commit d44a38f

Browse files
committed
Removed -fno-exceptions and -fno-rtti.
1 parent e1fb1f1 commit d44a38f

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

cutekit/rules.py

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,7 @@ class Rule:
3434
["*.cpp", "*.cc", "*.cxx"],
3535
"*.o",
3636
"-MD -MF $out.d $flags $cincs $cdefs @$modmap -c -o $out $in",
37-
[
38-
"-std=gnu++2c",
39-
"-Wall",
40-
"-Wextra",
41-
"-Werror",
42-
"-fcolor-diagnostics",
43-
"-fno-exceptions",
44-
"-fno-rtti",
45-
],
37+
["-std=gnu++2c", "-Wall", "-Wextra", "-Werror", "-fcolor-diagnostics"],
4638
["$out.d"],
4739
),
4840
"cxx-scan": Rule(

0 commit comments

Comments
 (0)