mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: relocate -mcpu into compiler instead of compiler-flags (#1225)
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
include $(GENERAL_RULES)/Gcc/c++
|
||||
|
||||
CC = g++ -std=c++11
|
||||
CC = g++ -std=c++11 -mcpu=cortex-a9
|
||||
|
||||
include $(DEFAULT_RULES)/c++$(WM_COMPILE_OPTION)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user