Skip to content

Revert "android.config: Remove duplicate compiler flags"

This reverts commit 25f5d9f7.

The patch looks correct, but arguments passed to compiler through CC env gets ignored by CMAKE. It was also mentionned by Matthew that some other build system may do some checks without using the CFLAGS, which would break the other way around. So the duplication is a workaround for that.

Fixes #119 (closed)

Edited by Nicolas Dufresne

Merge request reports