Skip to content

Commit 5793e7c

Browse files
committed
raytracer: omit frame pointer in example
1 parent 60aab8e commit 5793e7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

raytracer/ex.carp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(load "render.carp")
22

3-
(add-cflag "-O3 -flto -march=native")
3+
(add-cflag "-O3 -flto -march=native -fomit-frame-pointer")
44

55
(def r
66
(Raytracer.init [

0 commit comments

Comments
 (0)