mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
LP-208 Some minor changes suggested in the code review.
This commit is contained in:
parent
dc3f0edaf5
commit
52110c397c
@ -236,6 +236,9 @@ win32 {
|
||||
QMAKE_CXXFLAGS += -mno-ms-bitfields
|
||||
}
|
||||
|
||||
# Explicit setting of C++11
|
||||
CONFIG += c++11
|
||||
|
||||
# Stricter warnigs turned on for OS X.
|
||||
macx {
|
||||
CONFIG += warn_on
|
||||
|
@ -29,7 +29,6 @@ include(gcs.pri)
|
||||
|
||||
TEMPLATE = subdirs
|
||||
CONFIG += ordered
|
||||
CONFIG += c++11
|
||||
|
||||
DEFINES += USE_PATHPLANNER
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user