Skip to content
Snippets Groups Projects
Commit 0bce6a18 authored by Thierry Reding's avatar Thierry Reding
Browse files

Compile with -O2 optimization instead of -O3 which might lead to problems.

parent e71d6dbd
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@
CONFIG_NAME = debian-default
OPT_FLAGS = -O2 -g
CFLAGS += -fno-strict-aliasing
SRC_DIRS = mesa
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment