enable all warnings when building vst3 and for the web
This commit is contained in:
parent
e6466ce0c8
commit
7354f40a14
@ -12,7 +12,11 @@ CXXFLAGS := \
|
||||
-I${COMMON_DIR} \
|
||||
-I${ROOT_DIR}/../../../include \
|
||||
-I${VST3_SDK_DIR} \
|
||||
-O3
|
||||
-O3 \
|
||||
-Wall \
|
||||
-Wextra \
|
||||
-Wpedantic \
|
||||
-std=c++20
|
||||
LDFLAGS := \
|
||||
-shared
|
||||
|
||||
|
@ -8,7 +8,8 @@ CFLAGS := \
|
||||
-fvisibility=hidden \
|
||||
-Ofast \
|
||||
-Wall \
|
||||
-Wunused-parameter
|
||||
-Wextra \
|
||||
-Wpedantic
|
||||
LDFLAGS := \
|
||||
-Wl,--allow-undefined \
|
||||
-Wl,--no-entry \
|
||||
|
Loading…
Reference in New Issue
Block a user